alibaba/wan-ai-wan2-2-ti2v-5b-diffusers/Released Jul 2025
Wan2.2 5B - Text to Video
Unified text-to-video and image-to-video model generates high-definition 720p, 24fps video clips efficiently on consumer GPUs, with advanced compression for speed.
Fine-tunable
Provider
alibaba
Modality
text-to-video
Released
Jul 2025
Pricing
$0.0010 / sec
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-ai-wan2-2-ti2v-5b-diffusers",
"prompt": "A beautiful landscape painting of a serene lake with mountains in the background and an ox in the foreground.",
"height": 720,
"width": 1280,
"negative_prompt": " ",
"num_inference_steps": 30,
"num_frames": 81,
"guidance_scale": 5
}'