Seedance 1.5 Pro icon视频 API已上线

seedance-1-5-pro API

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。

参数

promptstring

Text description of the video

必填
imagestring

Reference image URL for image-to-video

可选
aspect_ratiostring

Aspect ratio: 16:9, 9:16, 4:3, 3:4, 1:1

可选 · 默认 16:9
resolutionstring

Output resolution: "480p" or "720p"

可选 · 默认 720p
durationstring

Video duration: "4", "8", or "12" seconds

可选 · 默认 8
generateAudioboolean

Enable audio generation (doubles credits)

可选 · 默认 false
fixedLensboolean

Lock 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

基础价格$0.28
积分28
计费按成功请求

使用场景

这些场景可通过当前模型和对应后端节点实现。

01

Generate dance and choreography videos from text

02

Create motion-rich video clips for entertainment apps

03

Animate characters with natural human motion

04

Produce social media dance content at scale

常见问题

How much does the Seedance API cost?

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.

What makes Seedance different from other video models?

Seedance specializes in human motion and dance, producing more natural body movements than general-purpose video models.

Does Seedance support audio?

Yes. Set generateAudio to true to generate audio alongside the video. This doubles the credit cost.

相关真实模型