alibaba/wan-v2-7-image-to-video/Released Apr 2026

WAN 2.7 - Image to Video

Image-to-video, 1080p, frame control

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

Ready to build with WAN 2.7 - 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-v2-7-image-to-video",
  "prompt": "The camera slowly zooms in while the subject comes to life, cinematic lighting.",
  "resolution": "1080P",
  "duration": 5,
  "prompt_extend": true,
  "watermark": false
}'