alibaba/wan-v2-7-reference-to-video/Released Apr 2026
WAN 2.7 - Reference to Video
Reference-guided video generation with character consistency, multi-character support, optional reference voices, and up to 1080P output.
Provider
alibaba
Modality
multi-to-video
Released
Apr 2026
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-7-reference-to-video",
"prompt": "Image 1 walks through a beautiful garden in the style of Image 2, cinematic lighting.",
"aspect_ratio": "16:9",
"resolution": "1080P",
"duration": 5,
"prompt_extend": true,
"watermark": false
}'