AibubuDevelopers
开发者文档
支持模型与参数视频模型

Seedance 2

seedance-2 的参数说明、枚举、示例和接入建议。

seedance-2 是标准视频模型,与 seedance-2-fastseedance-2-mini 一起在 Global / CN 提供,并支持图片或视频输入。

模型速览

说明
模型 IDseedance-2
类型视频
区域Global / CN
推荐场景标准及高规格视频生成
推荐优先级高;速度优先可选 Fast,轻量任务可选 Mini

推荐请求写法

仍然统一提交到 POST /v1/generations

{
  "model": "seedance-2",
  "prompt": "A product teaser video, clean white background, smooth motion, premium style",
  "aspect_ratio": "16:9",
  "resolution": "1080p",
  "duration": 5
}

字段说明

字段类型是否必填默认值说明
modelstring-固定传 seedance-2
promptstring-视频描述
reference_videosstring[]-参考视频 URL 列表,最多 3 个;传入后启用视频输入计费
input_video_durationnumber同输出时长实际处理的输入视频秒数
reference_imagesstring[]-参考图片 URL 列表,最多 9 张
reference_audiosstring[]-参考音频 URL 列表,最多 3 个
generate_audiobooleantrue是否生成音频
aspect_ratiostring16:9输出宽高比
resolutionstring720p输出分辨率
durationinteger5视频时长,单位秒

可选枚举

字段支持值
aspect_ratio21:9 16:9 4:3 1:1 3:4 9:16
resolution480p 720p 1080p 4K
duration415

seedance-2 接入建议

  • 它支持 reference_imagesreference_videosreference_audios;视频输入按输入处理秒数加输出生成秒数计费。
  • 标准版最高支持 4K;Fast 和 Mini 支持 480p / 720p

中国区视频生成

{
  "model": "seedance-2",
  "prompt": "A product teaser video, clean white background, smooth motion, premium style",
  "aspect_ratio": "16:9",
  "resolution": "1080p",
  "duration": 5
}

相关页面