All models
ByteDanceeconomyText → VideoImage → Video

Seedance 2.0 Mini

bytedance/seedance-2.0-mini

Estimated

$0.25 / 5s @ 720p

Compact, cost-efficient video generation model from the Seedance family. Ideal for high-volume workloads where speed and cost matter.

Audio 480p 720p Cost-efficient

Input schema

The exact fields accepted by this model. Values are validated before a generation starts.

promptstringrequired

Text prompt describing the video.

Range: −∞2000

imageimage

Image input for image-to-video. URL or base64 data URI.

durationintegerrequireddefault: 5

Clip length.

Range: 412

resolutionstringdefault: "720p"

Output resolution.

480p720p
aspect_ratiostringdefault: "16:9"

Ignored when an image is provided.

16:94:31:13:49:1621:99:21
generate_audiobooleandefault: true

Synthesizes synchronized audio.

watermarkbooleandefault: false

Adds a watermark.

seedinteger

Controls reproducibility. Leave empty for a random seed.

Range: 0+∞

Default values

{
  "duration": 5,
  "resolution": "720p",
  "aspect_ratio": "16:9",
  "generate_audio": true,
  "watermark": false
}