W
Wan 3.0
Wan 3.0, a video model from WaveSpeed.
videoModelOverride: { model: "wan-3.0" }
Wan·served viaPricing
- List price
- $0.06-$0.28/second
- Per generation
- $0.00010
Specifications
- Context window
- 50,000 tokens
- Aspect ratios
- 6
- Released
- August 2026
Parameters
Model options, passed in
videoModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
$mode | Select | text-to-video | text-to-videoimage-to-videoreference-to-video |
imageFirst-frame image URL to guide the video generation. | Image URL | — | — |
last_imageOptional last-frame image URL for video continuation. | Image URL | — | — |
reference_imagesReference image URLs (up to 10). At least one reference image, video, or audio is required. | Image URLs | — | — |
reference_videosReference video URLs (up to 5, total length must not exceed 15 seconds). | Text list | — | — |
reference_audiosReference audio URLs (up to 5, total length must not exceed 15 seconds). | Text list | — | — |
aspect_ratio | Select | 16:9 | 16:99:164:33:41:121:9 |
resolution | Select | 720p | 480p720p1080p |
durationDuration of the generated video in seconds. | Number | 5 | 2–30 |
enable_audioWhether to include audio in the output video. | Boolean | true | |
thinking_modeEnable deep-thinking mode for more deliberate prompt interpretation. | Boolean | false | |
seed | Seed | — | -1–2147483647 |
Use this model
await mindstudio.generateVideo({ prompt: "...", videoModelOverride: { model: "wan-3.0", config: { aspect_ratio: "16:9", resolution: "720p", }, }, });