A
Wan 3.0
Wan 3.0, a video model from Alibaba Cloud.
videoModelOverride: { model: "wan3.0-video" }
WWan·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.| 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. At least one reference image, video, or audio is required. | Image URLs | — | — |
reference_videosReference video URLs (total length must not exceed 15 seconds). | Video URLs | — | — |
reference_audiosReference audio URLs (total length must not exceed 15 seconds). | Audio URLs | — | — |
ratio | Select | 16:9 | adaptive16:99:164:33:41:1 |
resolution | Select | 720P | 480P720P1080P |
durationDuration of the generated video in seconds. | Number | 5 | 2–30 |
audioWhether to include audio in the output video. Does not change the price. | Boolean | true | |
seed | Seed | — | 0–2147483647 |
Use this model
await mindstudio.generateVideo({ prompt: "...", videoModelOverride: { model: "wan3.0-video", config: { ratio: "16:9", resolution: "720P", }, }, });