alibaba/wan-v2-6-reference-to-video/Released Dec 2025

WAN 2.6 - Video to Video

Reference video with character consistency

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

Ready to build with WAN 2.6 - Video 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-6-reference-to-video",
  "prompt": "The character from @Video1 walking slowly down a road, cinematic.",
  "input_videos": [
    "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/winter_summer_ox.mp4"
  ]
}'