Skip to content

Wan video

The Wan 3.0 video family submits async tasks through a unified entry point: create with POST /v1/videos, query with GET /v1/videos/{task_id}, and obtain the video URL from metadata.url in the query result when complete.

Supported models

ModelDescription
Standard
High-speed variant; capabilities aligned with standard, faster generation

You can also use public model aliases that are already mapped to the models above on the channel.

Generation modes

ModeKey assets
Text-to-video only
First-frame to video
First–last frame to video,
Reference-image to video; up to 10 images
Multimodal reference to videoCombination of , ,
Reference-file to video; document-type files
Reference-webpage to video; public webpage URL

First–last frame mode and reference-asset modes are mutually exclusive; file and link cannot be used together.

metadata parameters

FieldTypeDescription
Media asset list; provide at least one of this or
stringResolution tier
stringAspect ratio
integerOutput duration; for smart duration
booleanWhether to generate an audio track

Endpoint summary

CapabilityMethodPath
Video generationPOST
Task queryGET