alibaba
alibaba/wan-ai-wan2-1-t2v-14b-diffusers/Released Feb 2025

Wan2.1 14B - Text to Video

Generates high-fidelity, temporally consistent videos from text or images, with readable English and Chinese text, sound effects, and customizable aspect ratios.

Fine-tunable
Provider
alibaba
Modality
text-to-video
Released
Feb 2025
Pricing
$0.0010 / sec

Ready to build with Wan2.1 14B - 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-1-t2v-14b-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": 16,
  "num_frames": 81,
  "guidance_scale": 5
}'