alibaba/wan-v2-6-image-to-video/Released Dec 2025
WAN 2.6 - Image to Video
Animates images into 15s, 1080p videos with preserved identity, native audio, lip-sync, and multi-shot sequences guided by reference videos.
Provider
alibaba
Modality
multi-to-video
Released
Dec 2025
Pricing
$0.10 / sec$0.15 / sec (hi-res)
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-image-to-video",
"prompt": "Zoom into the ox, while it is walking forward on the road, in cinematic fashion",
"input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
"duration": 5
}'