Reference
W

Wan 2.7

Wan 2.7, a video model from WaveSpeed.
videoModelOverride: { model: "wan-2.7-video" }
Wan·served viaWaveSpeed·Released February 2026
Pricing
List price
$0.50-$3.20
Per generation
$0.00010
Specifications
Context window
50,000 tokens
Max output
10,000 tokens
Aspect ratios
2
Released
February 2026
Parameters
Model options, passed in videoModelOverride.config.
ParameterTypeDefaultRange / options
$modeSelecttext-to-videotext-to-videoimage-to-videoreference-to-video
image
Start frame image to animate, or a reference image to guide the scene.
Image URL
last_image
End frame image to define where the clip finishes.
Image URL
audio
Audio track to synchronize with the generated video.
Audio URL
videos
Reference videos for character/style guidance. Refer to them as "Video 1", "Video 2", etc. in the prompt.
Video URLs
reference_images
Reference images (max 5). Combined with videos, total must be 1-5. Referred to as "Image N" continuing after video numbering.
Image URLs
negative_prompt
Describe what you want to exclude from the output.
Prompt
resolutionSelect720p720p1080p
aspect_ratioSelect16:916:99:164:33:41:121:9
durationSelect551015
enable_prompt_expansion
When enabled, the model automatically enriches and optimizes your prompt before generation.
Booleanfalse
seedSeed-1–2147483647
Use this model
await mindstudio.generateVideo({
  prompt: "...",
  videoModelOverride: {
    model: "wan-2.7-video",
    config: {
      resolution: "720p",
      aspect_ratio: "16:9",
    },
  },
});