alibaba
alibaba/wan-ai-wan2-1-t2v-1-3b-diffusers

Wan2.1 1.3B - Text to Video

Generates 480P videos from text prompts on consumer GPUs, with multilingual support, image-to-video, aspect ratio control, and audio integration features.

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

Ready to build with Wan2.1 1.3B - 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-1-3b-diffusers",
  "prompt": "A beautiful landscape painting of a serene lake with mountains in the background and an ox in the foreground.",
  "height": 480,
  "width": 640,
  "negative_prompt": " ",
  "num_inference_steps": 30,
  "num_frames": 81,
  "guidance_scale": 5
}'