视频模型
Seedance 2.0
720p 生视频,5–15 秒,支持首帧参考图。
提交到 POST /v1/videos/generations,model: "seedance-2.0"。
参数
参数(放进 params) | 可选值 | 默认 |
|---|---|---|
ratio 比例 | 16:9 9:16 1:1 4:3 3:4 21:9 | 16:9 |
resolution 清晰度 | 720p | 720p |
duration 时长(秒) | 5–15 的整数 | 10 |
参考图:refs.image 最多 10 张(首帧参考)。
示例
curl -X POST https://api.gomiservice.com/v1/videos/generations \
-H "Authorization: Bearer sk-gomi-你的Key" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2.0",
"prompt": "海边日落,海浪缓缓拍岸",
"params": "{\"ratio\":\"16:9\",\"duration\":8}",
"request_id": "demo-sd-0001"
}'