Background Remover

Model Information

Display Name: Background Remover

API Model ID: 851-labs/background-remover

Category: Image tools

Description: Remove backgrounds from images using the transparent-background python package. Fast and efficient background removal.

How to Use This Model

To use Background Remover via the HInow.ai API, use the model ID: 851-labs/background-remover

API Request Example (Image Generation)


POST https://api.hinow.ai/v1/images/generations
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "851-labs/background-remover",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.0024

Quick Reference

To use this model, set: "model": "851-labs/background-remover"

Featured: No

Documentation: https://hinow.ai/models/851-labs/background-remover

API Endpoint: https://api.hinow.ai/v1

Back to Models

Background Remover

851-labs/background-remover

$0.0024
per image

About

Remove backgrounds from images using the transparent-background python package. Fast and efficient background removal.

Capabilities

Image tools

Code Examples

curl -X POST https://api.hinow.ai/v1/responses \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "851-labs/background-remover",
    "input": "Your input here"
  }'