Film-grade Seedance 2.0 (RunningHub channel). Cinematic image quality, slower (~60-180s). Priced per duration tier: 5s $1 / 10s $2 / 15s $3.
Near-identical names, different upstreams & capabilities. You are viewing the highlighted row.
| Model | Channel | Real person | Price |
|---|---|---|---|
| Seedance 2.0 | Chenyu · real-person multimodal | Real faces directly | $0.11–$0.33/s |
| Seedance 2.0 Official | Volcengine Ark direct | Via asset:// library | token-settled |
| Seedance 2.0 (sd-A) | Custom-A · Topaz HD | Via asset:// library | $0.073–$0.365/s |
| Seedance 2.0 Lite | Low-cost / anime | Own portrait library | $0.04–$0.15/s |
| Seedance 2.0 Cinematic ← | RunningHub film-grade | — | $1 / $2 / $3 |
| Field | Required | Type | Description |
|---|---|---|---|
| Model | API name | Duration | Price |
| Seedance 2.0 Cinematic | seedance-2.0-beta | 5 / 10 / 15s | $1.00 / $2.00 / $3.00 |
/api/v1/video/generations# Cinematic / film-grade Seedance 2.0 (model: seedance-2.0-beta)
curl -X POST https://apimodels.app/api/v1/video/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2.0-beta",
"prompt": "cinematic dolly shot through a neon-lit rainy street at night",
"duration": 5
}'
# Poll for the result (slower — ~60-180s)
curl "https://apimodels.app/api/v1/video/generations?task_id=TASK_ID" -H "Authorization: Bearer YOUR_API_KEY"| Field | Required | Type | Description |
|---|---|---|---|
| Field | Type | Description | |
| model | string | "seedance-2.0-beta" | |
| prompt | string | Video description | |
| duration | number | 5 / 10 / 15 seconds |
Try it in the Playground
Priced per duration tier — $1 / $2 / $3 for 5 / 10 / 15s. It targets film-grade quality so it is slower (~60–180s). Charged only on success.