Reference
A

Wan 3.0

Wan 3.0, a video model from Alibaba Cloud.
videoModelOverride: { model: "wan3.0-video" }
Wan·served viaAlibaba Cloud·Released August 2026
Pricing
List price
$0.05-$0.20/second
Per generation
$0.20
Per generation
$0.10
Per generation
$0.050
Specifications
Context window
20,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. At least one reference image, video, or audio is required.
Image URLs
reference_videos
Reference video URLs (total length must not exceed 15 seconds).
Video URLs
reference_audios
Reference audio URLs (total length must not exceed 15 seconds).
Audio URLs
ratioSelect16:9adaptive16:99:164:33:41:1
resolutionSelect720P480P720P1080P
duration
Duration of the generated video in seconds.
Number52–30
audio
Whether to include audio in the output video. Does not change the price.
Booleantrue
seedSeed0–2147483647
Use this model
await mindstudio.generateVideo({
  prompt: "...",
  videoModelOverride: {
    model: "wan3.0-video",
    config: {
      ratio: "16:9",
      resolution: "720P",
    },
  },
});