alibaba/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
Per video output second
480P$0.09 / sec
720P$0.18 / sec
1080P$0.36 / sec

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?

Sign in to grab your API key and start making requests.
bash
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
}'