W
Wan 2.6
Wan 2.6, a video model from WaveSpeed.
videoModelOverride: { model: "wan-2.6" }
WWan·served viaWaveSpeed·Released December 2025
Pricing
- List price
- $0.10-$0.15/second
- Per generation
- $0.00010
Specifications
- Aspect ratios
- 2
- Released
- December 2025
Parameters
Model options, passed in
videoModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
image | Image URL | — | — |
audio | Text | — | — |
resolution | Select | 720p | 1080p720p |
duration | Select | 5 | 51015 |
shot_type | Select | single | singlemulti |
negative_promptDescription of what to exclude from the video. | Text | — | — |
seedA specific value that is used to guide the 'randomness' of the generation. | Seed | — | -1–2147483647 |
Use this model
await mindstudio.generateVideo({ prompt: "...", videoModelOverride: { model: "wan-2.6", config: { resolution: "720p", shot_type: "single", }, }, });