支持模型与参数视频模型
Seedance 2
seedance-2 的参数说明、枚举、示例和接入建议。
seedance-2 是标准视频模型,与 seedance-2-fast、seedance-2-mini 一起在 Global / CN 提供,并支持图片或视频输入。
模型速览
| 项 | 说明 |
|---|---|
| 模型 ID | seedance-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
}字段说明
| 字段 | 类型 | 是否必填 | 默认值 | 说明 |
|---|---|---|---|---|
model | string | 是 | - | 固定传 seedance-2 |
prompt | string | 是 | - | 视频描述 |
reference_videos | string[] | 否 | - | 参考视频 URL 列表,最多 3 个;传入后启用视频输入计费 |
input_video_duration | number | 否 | 同输出时长 | 实际处理的输入视频秒数 |
reference_images | string[] | 否 | - | 参考图片 URL 列表,最多 9 张 |
reference_audios | string[] | 否 | - | 参考音频 URL 列表,最多 3 个 |
generate_audio | boolean | 否 | true | 是否生成音频 |
aspect_ratio | string | 否 | 16:9 | 输出宽高比 |
resolution | string | 否 | 720p | 输出分辨率 |
duration | integer | 否 | 5 | 视频时长,单位秒 |
可选枚举
| 字段 | 支持值 |
|---|---|
aspect_ratio | 21:9 16:9 4:3 1:1 3:4 9:16 |
resolution | 480p 720p 1080p 4K |
duration | 4 至 15 秒 |
seedance-2 接入建议
- 它支持
reference_images、reference_videos和reference_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
}
