alibaba/wan-v3-0-image-to-video/Released Aug 2026

WAN 3.0 - Image to Video

First/last frame video with audio, up to 30s

Commercial use
Video
Per video output second
480P$0.06 / sec
720P$0.11 / sec
1080P$0.22 / sec

Ready to build with WAN 3.0 - Image to Video?

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-image-to-video",
  "prompt": "A kitten running under the moonlight, moonlight falling on its soft fur, with a serene garden in the background",
  "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
  "generate_audio": true,
  "aspect_ratio": "adaptive",
  "resolution": "1080P",
  "duration": 5,
  "enable_thinking": false,
  "watermark": false
}'