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

Wan2.2 A14B - Text to Video

Delivers high-fidelity text-to-video synthesis at 480p/720p using dual expert models for scene layout and fine motion detail, ideal for creative production.

Fine-tunable
Provider
alibaba
Modality
text-to-video
Released
Jul 2025
Pricing
$0.0010 / 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://staging.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
}'