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

WAN 2.6 - Video to Video

Generates videos from reference videos, maintaining character consistency, with multi-shot narratives, up to 15s duration, and native audio sync.

Provider
alibaba
Modality
video-to-video
Released
Dec 2025
Pricing
$0.10 / sec$0.15 / sec (hi-res)

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://staging.hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "wan-v2-6-reference-to-video",
  "prompt": "An ox slowly walking down the road. Cinematic.",
  "input_videos": [
    "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/winter_summer_ox.mp4"
  ]
}'