Back to Gallery
Remove the human model from a garment or apparel photo and recover a clean flat-lay or ghost-mannequin view. Designed for fashion catalogs and PDP hero shots.
$0.27/request 2026-04-21
Install
pip install requestsRun the model
import requests
response = requests.post(
"https://api.runflow.io/v1/run/model-removal",
headers={"Authorization": "Bearer RUNFLOW_API_KEY"},
json={
"config": {},
"image_url": "https://public.runflow.io/images/models/runflow/model-removal/examples/1/befo..."
},
)
data = response.json()
print(data["images"][0]["url"])Input schema
| Parameter | Type | Description |
|---|---|---|
| image_url | image | URL of the image to process. |
| config | json | Optional per-image config (aspect_ratio). |
Output schema
| Field | Type | Description |
|---|---|---|
| image_urls | image_list | Processed image URLs. |
Related models
Background Removal
runflow/background-removal
Remove the background from an image and return a clean cutout with a transparent...
$0.045/request
Product Isolation
runflow/product-isolation
Isolate the main product from a busy scene onto a clean background, using an opt...
$0.27/request
Tag Removal
runflow/tag-removal
Remove price tags, stickers, and labels from product images while preserving the...
$0.14/request
GPT Image 2 Edit
openai/gpt-image-2/edit
GPT Image 2.0, OpenAI's latest image model, is capable of making fine-grained, d...
$0.133/image
Start generating with Model Removal
Get API access in minutes. No GPU setup, no infrastructure to manage.