Verified Aug 27, 2026

Wan 3.0 API Request Builder

Configure a real Model Studio request and copy valid JSON, cURL, and polling commands. This playground never asks for an API key and never sends a generation request.

Asyncrequest workflow
2–30sduration range
20Kprompt limit
$0builder cost
InputText · image · video · audio · file · link
One modelwan3.0-video
OutputUp to 30s · 1080P · native audio

Build the request

Choose the task and parameters. The request updates immediately using the official asynchronous endpoint shape.

Task mode
Used only to compose the regional endpoint. It stays in this browser tab.

Copy the implementation

Runs locally in your browser
Copy the implementation
{
  "model": "wan3.0-video",
  "input": {},
  "parameters": {
    "resolution": "720P",
    "ratio": "adaptive",
    "duration": 10,
    "audio": true,
    "watermark": false
  }
}
Keep API keys on your serverThe copied command reads DASHSCOPE_API_KEY from an environment variable. Do not put a production key in browser JavaScript, a public repository, analytics, or a shareable URL. Region, endpoint, model, workspace, and key must match.

The API is asynchronous

Video generation takes minutes, so production code must create a task, persist its ID, and poll without creating duplicates.

Create one task

POST with X-DashScope-Async: enable. Save output.task_id from the PENDING response.

Poll at a sensible interval

GET the regional task URL, typically about every 15 seconds, until SUCCEEDED or FAILED.

Store the result

Task IDs and generated video URLs last 24 hours. Download successful output to durable storage.

Request limits represented by this builder

These are the current documented boundaries, not suggested creative targets.

FieldOfficial boundary
PromptChinese or English · up to 20,000 characters
Reference imagesUp to 10 · each ≤20 MB · 240–8000 px per side
Reference videoUp to 5 clips · combined ≤15s · MP4/MOV · each ≤100 MB
Reference audioUp to 5 clips · combined ≤15s · WAV/MP3 · each ≤15 MB
DocumentOne file or public link · file ≤100 MB · validated page limit 50
Duration2–30s without input video; input video + output video ≤30s

Facts and prices on these pages are dated snapshots from Alibaba Cloud and Model Studio. Confirm the console before a paid production run.

Official sources and verification boundary

Facts and prices on these pages are dated snapshots from Alibaba Cloud and Model Studio. Confirm the console before a paid production run.

© 2026 wan2.video