Seedance 2.5
ByteDance Seedance 2.5 视频模型,支持长时多模态生成、编辑、续写与音频驱动创作。
执行方式
异步视频
提交任务后轮询或接收回调
时长
4-30 秒或自动
使用 -1 自动选择时长
分辨率
480p / 720p
支持固定或自适应比例
Token 单价
$6.40-$10.70 / 1M
按输入是否包含视频区分
seedance-2-5试玩区
seedance-2-5暂无输出
定价
| 视频输入 | 分辨率 | Token 单价 |
|---|---|---|
| 无视频输入 | 480p / 720p | $10.70 / 1M 输出 token |
| 含视频输入 | 480p / 720p | $6.40 / 1M 输出 token |
Token rate · $11.77 · 1M tokens
Token rate · $7.04 · 1M tokens
README
- Seedance 2.5 支持文本、图片、视频和音频,也支持纯音频输入,适用于生成、编辑、续写和参考驱动工作流。
- 最多可提交 30 张图片、10 个视频和 10 个音频;客户端素材必须使用可公开访问的 HTTPS URL。
- 首尾帧生成必须设置 `aspect_ratio=adaptive`,且不能与参考素材混用;编辑和续写使用 content 加提示词语义,不使用模式字段。
API
API
端点
POST /v1/vids/create认证
Authorization: Bearer YOUR_REACH_API_KEY Content-Type: application/json
示例
curl -X POST "https://direct.reachapi.ai/v1/vids/create" \
-H "Authorization: Bearer YOUR_R..._KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2-5",
"input": {
"content": [
{
"type": "text",
"text": "A cinematic train journey through a mountain valley at sunrise"
}
],
"duration_seconds": 12,
"resolution": "720p",
"aspect_ratio": "16:9",
"watermark": false
}
}'相关模型
Seedance 2
ByteDance's Seedance 2 video model for multimodal reference input, editing, extension, and asynchronous generation.
Seedance 2 Fast
ByteDance's faster Seedance 2 variant for multimodal asynchronous video generation at lower per-second rates.
Seedance 1.5 Pro
ByteDance's Seedance 1.5 Pro video model for higher-capability text and frame-guided video generation.
Seedance 1.0 Pro
ByteDance's Seedance 1.0 Pro video generation model for text-guided and frame-guided cinematic video tasks.
Seedance 1.0 Pro Fast
ByteDance's faster Seedance 1.0 Pro variant for lower-cost asynchronous video generation.
