alibaba/wan-ai-wan2-2-t2v-a14b-diffusers/Released Jul 2025

Wan2.2 A14B - Text to Video

High-fidelity open text-to-video, 720p

Fine-tunable
Provider
alibaba
Modality
Video
Released
Jul 2025
Pricing
$0.0014 / sec

Ready to build with Wan2.2 A14B - Text to Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://dev.hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "wan-ai-wan2-2-t2v-a14b-diffusers",
  "prompt": "A beautiful landscape painting of a serene lake with mountains in the background and an ox in the foreground.",
  "height": 480,
  "width": 832,
  "negative_prompt": " ",
  "num_inference_steps": 4,
  "num_frames": 41,
  "guidance_scale": 5,
  "run_fast": true
}'