alibaba/wan-v3-0-video

WAN 3.0

Reference-driven video with audio, up to 30s

GatedCommercial use
Video
Per video output second
Standard$0.10 / sec
High res$0.15 / sec

Ready to build with WAN 3.0?

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",
  "prompt": "A kitten running under the moonlight, moonlight falling on its soft fur, with a serene garden in the background",
  "resolution": "1080P",
  "aspect_ratio": "adaptive",
  "duration": 5,
  "generate_audio": true,
  "enable_thinking": false,
  "watermark": false
}'