芯剪开放平台
视频模型

Seedance 2.0

720p 生视频,5–15 秒,支持首帧参考图。

提交到 POST /v1/videos/generationsmodel: "seedance-2.0"

参数

参数(放进 params可选值默认
ratio 比例16:9 9:16 1:1 4:3 3:4 21:916:9
resolution 清晰度720p720p
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"
  }'

本页目录