W
Seedance 2.5 Turbo
Seedance 2.5 Turbo, a video model from WaveSpeed.
videoModelOverride: { model: "seedance-2.5-turbo" }
ByteDance·served viaPricing
- List price
- $1.00-$12.00/video
- Per generation
- $0.00010
Specifications
- Context window
- 50,000 tokens
- Aspect ratios
- 6
- Released
- July 2026
Parameters
Model options, passed in
videoModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
$mode | Select | text-to-video-turbo | text-to-video-turboimage-to-video-turbovideo-extend-turbovideo-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. For 'Video Extend', the model uses the last 30 seconds as context. For 'Video Edit', it's trimmed to 30s if longer, padded to 4s if shorter. | 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 30 seconds). | Text list | — | — |
reference_audiosReference audio URLs (total length must not exceed 30 seconds). | Text list | — | — |
aspect_ratio | Select | 16:9 | 16:99:164:33:41:121:9 |
resolution | Select | 720p | 720p1080p |
durationDuration of the generated video or new segment in seconds (4-30s). | Number | 5 | 4–30 |
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.5-turbo", config: { aspect_ratio: "16:9", resolution: "720p", }, }, });