Rembg

Model Information

Display Name: Rembg

API Model ID: cjwbw/rembg

Category: Image tools

Description: A tool to remove images background. Simple and effective background removal.

How to Use This Model

To use Rembg via the HInow.ai API, use the model ID: cjwbw/rembg

API Request Example (Image Generation)


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

{
  "model": "cjwbw/rembg",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.008

Quick Reference

To use this model, set: "model": "cjwbw/rembg"

Featured: No

Documentation: https://hinow.ai/models/cjwbw/rembg

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

Back to Models

Rembg

cjwbw/rembg

$0.0080
per image

About

A tool to remove images background. Simple and effective 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": "cjwbw/rembg",
    "input": "Your input here"
  }'