本文档由 DeepSpaceAPI 自动生成,推荐使用 DeepSpaceAPI中转站用户使用本文档!
| 分辨率 | Seedance-2.0 | Seedance-2.0-fast | Seedance-1.5-pro |
|---|---|---|---|
| 480p | 0.89/秒 | 0.67/秒 | 不支持 |
| 720p | 1.88/秒 | 1.30/秒 | 0.20/秒 |
| 1080p | 4.69/秒 | 不支持 | 0.45/秒 |
/v1/video/seedance{
"model": "Seedance-2.0",
"content": [
{
"type": "text",
"text": "一只小猫在月光下奔跑,毛发被风吹动"
}
],
"resolution": "720p",
"ratio": "16:9",
"duration": 5,
"generate_audio": true
}{
"model": "Seedance-2.0",
"content": [
{
"type": "text",
"text": "让图片中的人物动起来"
},
{
"type": "image_url",
"image_url": { "url": "https://example.com/image.jpg" },
"role": "first_frame"
}
],
"resolution": "720p",
"duration": 5,
"generate_audio": false
}{
"model": "Seedance-2.0",
"content": [
{
"type": "text",
"text": "镜头从平视逐渐上升"
},
{
"type": "image_url",
"image_url": { "url": "https://example.com/start.png" },
"role": "first_frame"
},
{
"type": "image_url",
"image_url": { "url": "https://example.com/end.png" },
"role": "last_frame"
}
],
"resolution": "720p",
"duration": 5
}model, content[], resolution, ratio, duration, generate_audio, seed, watermark, return_last_frame/v1/video/seedance/{task_id}{
"completed_at": 1777931799,
"created_at": 1777931574,
"id": "task_eK4JvVHGVgBqHVpjOkeUHfsrK2jRZTZi",
"model": "doubao-seedance-2-0-260128",
"object": "video.generation",
"progress": "100%",
"started_at": 1777931588,
"status": "completed",
"video_url": "https://ark-acg-cn-beijing.tos-cn-beijing.volces.com/doubao-seedance-2-0/xxxxxxxxxxxxx.mp4"
}