Reference
W

Wan 3.0

Wan 3.0, a video model from WaveSpeed.
videoModelOverride: { model: "wan-3.0" }
Wan·served viaWaveSpeed·Released August 2026
Pricing
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.
ParameterTypeDefaultRange / options
$modeSelecttext-to-videotext-to-videoimage-to-videoreference-to-video
image
First-frame image URL to guide the video generation.
Image URL
last_image
Optional last-frame image URL for video continuation.
Image URL
reference_images
Reference image URLs (up to 10). At least one reference image, video, or audio is required.
Image URLs
reference_videos
Reference video URLs (up to 5, total length must not exceed 15 seconds).
Text list
reference_audios
Reference audio URLs (up to 5, total length must not exceed 15 seconds).
Text list
aspect_ratioSelect16:916:99:164:33:41:121:9
resolutionSelect720p480p720p1080p
duration
Duration of the generated video in seconds.
Number52–30
enable_audio
Whether to include audio in the output video.
Booleantrue
thinking_mode
Enable deep-thinking mode for more deliberate prompt interpretation.
Booleanfalse
seedSeed-1–2147483647
Use this model
await mindstudio.generateVideo({
  prompt: "...",
  videoModelOverride: {
    model: "wan-3.0",
    config: {
      aspect_ratio: "16:9",
      resolution: "720p",
    },
  },
});