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

WAN 2.7 - Reference to Video

Multi-reference video, up to 1080p

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

Ready to build with WAN 2.7 - Reference 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-reference-to-video",
  "prompt": "@Image1 walks through a beautiful garden in the style of @Image2, cinematic lighting.",
  "aspect_ratio": "16:9",
  "resolution": "1080P",
  "duration": 5,
  "prompt_extend": true,
  "watermark": false
}'