W
Wan 2.2
Wan 2.2, a video model from WaveSpeed.
videoModelOverride: { model: "wan-2.2" }
Wan·served viaPricing
- List price
- $0.20-$0.64/video
- Per generation
- $0.00010
Specifications
- Aspect ratios
- 2
- Released
- July 2025
Parameters
Model options, passed in
videoModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
image | Image URL | — | — |
resolution | Select | 720p | 720p480p |
duration | Select | 5 | 58 |
lorasUp to 3 LoRAs. | LoRAs | — | up to 3 |
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.2", config: { resolution: "720p", }, }, });