Seedance 2.0 多模态视频
The text prompt or description for the video.
Optional image URL used as the first frame.
拖拽图片至此处,或点击浏览
支持 PNG, JPEG, WebP。最大 30MB。您也可以从剪贴板粘贴 (Ctrl+V)。
Optional image URL used as the last frame.
拖拽图片至此处,或点击浏览
支持 PNG, JPEG, WebP。最大 30MB。您也可以从剪贴板粘贴 (Ctrl+V)。
A list of input image URLs. Up to 9 images.
拖拽图片至此处,或点击浏览
支持 PNG, JPEG, WebP。最大 30MB。您也可以从剪贴板粘贴 (Ctrl+V)。
A list of input video URLs. Up to 3 videos, 15 seconds total.
拖拽视频至此处,或点击浏览
支持 MP4, MOV, WebM。最大 50MB。
A list of input audio files or URLs. Up to 3 audio files, 15 seconds total.
拖拽音频至此处,或点击浏览
支持 MP3, WAV, X-WAV, AAC, MP4, OGG。最大 15MB。
Whether to generate AI audio synchronized with the video.
The output video resolution.
The aspect ratio of the generated video.
Video duration in seconds.
4–15
结果
结果将在此处显示
费用: $0.205/秒
Seedance 2.0 API 实现指南
Seedance 2.0 关键信息
模型能力
- 多模态视频
计费标准
按分辨率计算的每 秒 价格
| 选项 | 480p | 720p | 1080p |
|---|---|---|---|
| no video reference | $0.095/秒 | $0.205/秒 | $0.51/秒 |
| with video reference, input + output seconds | $0.0575/秒 | $0.125/秒 | $0.31/秒 |
无视频参考价格:480p $0.095/s,720p $0.205/s,1080p $0.51/s。带视频参考请求:480p $0.0575/s,720p $0.125/s,1080p $0.31/s,按输入 + 输出秒数计费。
应用场景
输出格式
Seedance 2.0 API 文档
先在体验区运行,再打开完整 API 文档查看集成细节。
简介
通过提示词生成视频,并可选使用首尾帧、图像参考、视频参考和音频参考。
代码示例
1curl -X POST https://api.modelhunter.ai/api/v1/seedance/multimodal-video \2-H "Authorization: Bearer YOUR_API_KEY" \3-H "Content-Type: application/json" \4-d '{5"model": "bytedance/seedance-2",6"input": {7"prompt": "A futuristic cityscape at sunset with neon signs",8"generate_audio": "true",9"resolution": "720p"10}11}'
Schema
查看完整 API 文档输入
model当前能力对应的模型 ID。
值: bytedance/seedance-2
promptThe text prompt or description for the video.
first_frame_urlOptional image URL used as the first frame.
last_frame_urlOptional image URL used as the last frame.
reference_image_urlsA list of input image URLs. Up to 9 images.
reference_video_urlsA list of input video URLs. Up to 3 videos, 15 seconds total.
reference_audio_urlsA list of input audio files or URLs. Up to 3 audio files, 15 seconds total.
generate_audioWhether to generate AI audio synchronized with the video.
默认值: true
resolutionThe output video resolution.
可选值: 480p, 720p, 1080p
默认值: 720p
aspect_ratioThe aspect ratio of the generated video.
可选值: 16:9, 4:3, 1:1, 3:4, 9:16, 21:9
默认值: 16:9
durationVideo duration in seconds.
默认值: 15
范围: 4 到 15
web_searchUse online search.
默认值: false
webhookUrl任务完成后接收 Webhook 通知的 URL。
metadata用于跟踪任务的自定义键值元数据。
响应 (HTTP 202)
success请求是否已成功受理。
data.id唯一任务 ID,可轮询 GET /api/v1/tasks/{id} 获取结果。
data.status任务状态: pending, processing, completed, failed.
data.type生成类型: multimodal-video.
data.provider服务商: seedance.
data.model本次生成使用的模型 ID。
data.created_at任务创建时间(ISO 8601)。
data.estimated_seconds任务完成的预估秒数。