Theme
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.
Video generation
`POST /v1/videos` — submit a Wan 3.0 video task
View docs →Task status query
`GET /v1/videos/{task_id}` — query task status and results
View docs →Supported models
| Model | Description |
|---|---|
| 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
| Mode | Key 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 video | Combination 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
| Field | Type | Description |
|---|---|---|
| Media asset list; provide at least one of this or | ||
| string | Resolution tier | |
| string | Aspect ratio | |
| integer | Output duration; for smart duration | |
| boolean | Whether to generate an audio track |
Endpoint summary
| Capability | Method | Path |
|---|---|---|
| Video generation | POST | |
| Task query | GET |