影视级 Seedance 2.0(RunningHub 渠道)。追求电影质感的画面,速度较慢(约 60-180 秒)。按时长档位计费:5s $1 / 10s $2 / 15s $3。
| 字段 | 必填 | 类型 | 说明 |
|---|---|---|---|
| 模型 | API name | 时长 | 价格 |
| Seedance 2.0 影视版 | 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://api.apimodels.app/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://api.apimodels.app/v1/video/generations?task_id=TASK_ID" -H "Authorization: Bearer YOUR_API_KEY"| 字段 | 必填 | 类型 | 说明 |
|---|---|---|---|
| 字段 | 类型 | 说明 | |
| model | string | "seedance-2.0-beta" | |
| prompt | string | 视频内容描述 | |
| duration | number | 5 / 10 / 15 秒 |
试一试:Playground
按时长档计价——5/10/15 秒为 $1/$2/$3。追求电影质感,较慢(约 60–180 秒)。仅成功扣费。