openrouter

Alibaba: Wan 3.0 Video

alibaba/wan3.0-video
Context

5K

Input

text, image, audio

Output

video

Tool calling

Not listed

About this model

Wan 3.0 Video is Alibaba's high-speed AI video generation model from the Wan 3.0 family. It delivers the core capabilities of the standard Wan 3.0 Video model with significantly faster end-to-end generation speeds, making it ideal for high-volume API workflows and production. It can generate up to 30 seconds of synchronized audio and video in a single pass (at 480p, 720p, or 1080p resolution). The model supports extensive multimodal references, natively accepting text, images, audio, video.

Input modalities

text

Accepted as model input

image

Accepted as model input

audio

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Video generation

$0.0425 / second

Video generation

$0.0850 / second

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Video generation480p · 2–30s · adaptive · No audio$0.0425 / second
Video generation480p · 2–30s · 16:9 · No audio$0.0425 / second
Video generation480p · 2–30s · 4:3 · No audio$0.0425 / second
Video generation480p · 2–30s · 1:1 · No audio$0.0425 / second
Video generation480p · 2–30s · 3:4 · No audio$0.0425 / second
Video generation480p · 2–30s · 9:16 · No audio$0.0425 / second
Video generation720p · 2–30s · adaptive · No audio$0.0850 / second
Video generation720p · 2–30s · 16:9 · No audio$0.0850 / second
Video generation720p · 2–30s · 4:3 · No audio$0.0850 / second
Video generation720p · 2–30s · 1:1 · No audio$0.0850 / second
Video generation720p · 2–30s · 3:4 · No audio$0.0850 / second
Video generation720p · 2–30s · 9:16 · No audio$0.0850 / second
Video generation1080p · 2–30s · adaptive · No audio$0.1700 / second
Video generation1080p · 2–30s · 16:9 · No audio$0.1700 / second
Video generation1080p · 2–30s · 4:3 · No audio$0.1700 / second
Video generation1080p · 2–30s · 1:1 · No audio$0.1700 / second
Video generation1080p · 2–30s · 3:4 · No audio$0.1700 / second
Video generation1080p · 2–30s · 9:16 · No audio$0.1700 / second

Performance

Published evaluation results associated with this model.

No benchmark data is listed for this model.

API example

curl -X POST https://api.oneinfer.ai/v1/ula/generate-video \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "provider": "openrouter",
  "model": "alibaba/wan3.0-video",
  "prompt": "A red fox running through a snowy forest",
  "resolution": "480p",
  "aspect_ratio": "adaptive",
  "duration": 5,
  "generate_audio": false,
  "camera_fixed": false,
  "service_tier": "default"
}'