Alibaba Wan/wan-v3-0-video-prime/Released Aug 2026

WAN 3.0 Prime

Cinematic 1080P video with generated audio, from expressive close-up performance to stylized animation and smooth scene transitions, up to 30 seconds.

Commercial use
Video

About WAN 3.0 Prime

WAN 3.0 Omni Prime is the speed-optimized tier of the all-in-one reference mode of Alibaba's WAN 3.0 unified video model. Per Alibaba it produces outputs identical in quality to WAN 3.0 Omni while generating 5 to 7 times faster, at a higher price per second; a 15-second 720P clip takes roughly two minutes. It generates 2 to 30 second clips at up to 1080P, with generated audio on by default, and supports a smart duration mode that lets the model pick the length from the prompt. With no references supplied it generates from the prompt alone.

It accepts up to 10 images, 5 video clips, and 5 audio clips as combined references for appearance, motion, and voice.

It also supports first/last frame generation as an alternative mode; frame inputs and reference inputs cannot be combined in a single request.

See what this model can do

A handful of real prompts and their outputs.

Performance
Actor Expressions
"30-second close-up shifting through concern, surprise, and laughter, with the film crew in frame."
Dance
Apocalyptic Dance
"Synchronized choreography, golden-hour light through a collapsed warehouse roof."
Stylized
Clay Fox
"Handcrafted stop-motion claymation look with an autumn village and market stall."
Photoreal
Misty Moorland Walk
"Photoreal dawn light, mist rolling over the hills."
Transitions
Transition Demo
"In-camera transition through a rain-streaked window between two scenes."

Ready to build with WAN 3.0 Prime?

Try WAN 3.0 Prime in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.

curl -sSf -X POST https://hub.oxen.ai/api/ai/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "wan-v3-0-video-prime",
  "prompt": "A kitten running under the moonlight, moonlight falling on its soft fur, with a serene garden in the background",
  "generate_audio": true,
  "aspect_ratio": "adaptive",
  "resolution": "1080P",
  "duration": 5,
  "enable_thinking": false,
  "watermark": false
}'

Request parameters

Every field WAN 3.0 Prime accepts in the request body. See the API reference for response formats.

POSThttps://hub.oxen.ai/api/ai/videos/generate
FieldTypeRequiredDefaultDescription
promptstringYes
Text prompt describing the desired video. Refer to reference assets with the @ syntax: @Image 1, @Image 2, ..., @Video 1, ..., @Audio 1, ...; each type is numbered separately.
input_imagesarray<string>
nullable
No
Reference images for character, object, or scene appearance. Order maps to @Image 1, @Image 2, etc. in the prompt. Up to 10 images, max 20 MB each. JPEG/PNG/BMP/WEBP.
input_imagestring
uri
No
Optional first frame image the video is generated from. JPEG/PNG/BMP/WEBP, max 20 MB. The output aspect ratio is taken from this image. Cannot be combined with reference images, videos, or audio.
tail_image_urlstring
uri
No
Optional last frame image. The video interpolates from the first frame to this one. Requires a first frame image; same format constraints. Cannot be combined with reference images, videos, or audio.
input_videosarray<string>
nullable
No
Reference videos for character or object appearance, motion, voice, or a camera movement to follow. Order maps to @Video 1, @Video 2, etc. in the prompt. Up to 5 clips totalling 15 seconds, max 100 MB each. MP4/MOV.
input_audiosarray<string>
nullable
No
Reference audio used as a voice or sound reference. Order maps to @Audio 1, @Audio 2, etc. in the prompt, e.g. "using the voice from @Audio 1". Up to 5 clips totalling 15 seconds, max 15 MB each. WAV/MP3.
generate_audiobooleanNotrueWhether the model generates sound for the video. Pricing is the same either way.
aspect_ratiostringNo"adaptive"
adaptive16:99:161:14:33:4
resolutionstringNo"1080P"
480P720P1080P
durationintegerNo5
Range: 230
enable_thinkingbooleanNofalseEnables thinking mode, which lets the model reason about the prompt before generating. Adds processing time.
seedintegerNo
Random seed for reproducibility (0-2147483647).
watermarkbooleanNofalseAdds an 'AI generated' watermark to the bottom-right corner.
WAN 3.0 Prime on Oxen | Oxen.ai