稳定生产路由
Best-in-class human motion and dance generation
Seedance 1.5 Pro 已通过 API in One 接入真实生产路由 /api/v1/videos/generations,后端节点为 node38。一个 API Key 即可调用并按成功请求计费。
以下能力来自当前已接入的模型配置和后端路由,不展示未上线 API。
Best-in-class human motion and dance generation
Backed by ByteDance's research
Audio generation support
Fixed lens mode for stable camera
浏览器端只调用同源 API,服务端 BFF 再转发到对应 Worker。
promptstringText description of the video
必填imagestringReference image URL for image-to-video
可选aspect_ratiostringAspect ratio: 16:9, 9:16, 4:3, 3:4, 1:1
可选 · 默认 16:9resolutionstringOutput resolution: "480p" or "720p"
可选 · 默认 720pdurationstringVideo duration: "4", "8", or "12" seconds
可选 · 默认 8generateAudiobooleanEnable audio generation (doubles credits)
可选 · 默认 falsefixedLensbooleanLock camera for stable shot
可选 · 默认 false{
"endpoint": "/api/v1/videos/generations",
"headers": {
"Authorization": "Bearer <API_KEY>",
"Content-Type": "application/json"
},
"body": {
"model": "seedance-1-5-pro",
"prompt": "A dancer performing contemporary ballet in a spotlight, slow motion",
"resolution": "720p",
"duration": "8",
"generateAudio": false
}
}图像、视频、音频和工具任务创建后,使用真实任务端点查询结果。
GET/api/v1/tasks/{task_id}查询生成任务状态和结果。8–84 credits per video (~$0.08–$0.84); default is 28 credits
这些场景可通过当前模型和对应后端节点实现。
Generate dance and choreography videos from text
Create motion-rich video clips for entertainment apps
Animate characters with natural human motion
Produce social media dance content at scale
Credits depend on resolution, duration and audio. 480p 4s no-audio costs 8 credits, default 720p 8s no-audio costs 28 credits, and 720p 12s with-audio costs 84 credits.
Seedance specializes in human motion and dance, producing more natural body movements than general-purpose video models.
Yes. Set generateAudio to true to generate audio alongside the video. This doubles the credit cost.