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
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"model": "851-labs/background-remover",
"prompt": "Your image description here"
}
Pricing
- total: $0.0024
Available Parameters
- background_type: Background replacement type (rgba=transparent) (Options: rgba, map, green, white, blur)
- format: Output image format (Options: png, webp)
- threshold: Segmentation threshold (0.0=soft alpha gradient, 1.0=hard cutoff). Default: 0.0
- reverse: If true, removes the foreground instead of background (Options: true, false)
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


