W
Seedance 2.0
Seedance 2.0, a video model from WaveSpeed.
videoModelOverride: { model: "seedance-2.0" }
ByteDance·served viaPricing
- List price
- $0.48-$18.00
- Per generation
- $0.00010
Specifications
- Context window
- 2,000 tokens
- Aspect ratios
- 6
- Released
- April 2026
Parameters
Model options, passed in
videoModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
$mode | Select | text-to-video | text-to-videoimage-to-video |
imageStart image to guide the video generation. | Image URL | — | — |
last_imageLast frame image for video continuation. | Image URL | — | — |
reference_imagesReference image URLs to guide style, characters, or composition. | Image URLs | — | — |
reference_videosReference video URLs (total length must not exceed 15 seconds). | Video URLs | — | — |
reference_audiosReference audio URLs (total length must not exceed 15 seconds). | Audio URLs | — | — |
aspect_ratio | Select | 16:9 | 16:99:164:33:41:121:9 |
resolution | Select | 720p | 480p720p1080p4k |
durationDuration of the generated video in seconds. | Number | 5 | 4–15 |
Use this model
await mindstudio.generateVideo({ prompt: "...", videoModelOverride: { model: "seedance-2.0", config: { aspect_ratio: "16:9", resolution: "720p", }, }, });