W
Seedance 2.0 Mini
Seedance 2.0 Mini, a video model from WaveSpeed.
videoModelOverride: { model: "seedance-2.0-mini" }
BByteDance·served viaWaveSpeed·Released June 2026
Pricing
- List price
- $0.06-$0.60/second
- Per generation
- $0.00010
Specifications
- Context window
- 50,000 tokens
- Aspect ratios
- 6
- Released
- June 2026
- Capabilities
- Low cost
Parameters
Model options, passed in
videoModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
$mode | Select | text-to-video | text-to-videoimage-to-videoimage-to-video-turbovideo-editvideo-edit-turbo |
imageStart image URL to guide the video generation. | Image URL | — | — |
last_imageOptional last frame image URL for video continuation. | Image URL | — | — |
videoURL of the input video to edit. Videos longer than 15 seconds are trimmed to 15 seconds. | Video URL | — | — |
reference_imagesReference image URLs to guide visual style, characters, or scene composition. | Image URLs | — | — |
reference_videosReference video URLs (total length must not exceed 15 seconds). | Text list | — | — |
reference_audiosReference audio URLs (total length must not exceed 15 seconds). | Text list | — | — |
aspect_ratio | Select | 16:9 | 16:99:164:33:41:121:9 |
resolution | Select | 720p | 480p720p1080p4k |
resolution | Select | 720p | 720p1080p |
durationDuration of the generated video in seconds. | Number | 5 | 4–15 |
generate_audioWhether to generate native audio synchronized with the output video. For Video Edit, if 'No', the input video's audio track is preserved. | Boolean | true |
Use this model
await mindstudio.generateVideo({ prompt: "...", videoModelOverride: { model: "seedance-2.0-mini", config: { aspect_ratio: "16:9", resolution: "720p", }, }, });