Back to timeline

Wan 3.0 now available on AI Gateway

Vercel News·Josh Lipman·

is now available on AI Gateway as .Wan 3.0 from Alibabaalibaba/wan-v3.0-video

One model covers text to video, image to video, first and last frame conditioning, and reference-based generation, and it takes image, video, and audio as references. Clips run up to 30 seconds at 30fps, in 480p, 720p, or 1080p, and the output carries audio by default.

That consolidates what took several models before. Wan 2.7 shipped as separate and IDs, each capped at 15 seconds and 24fps.-t2v-r2v

Try the new on AI Gateway, which runs the job in the background instead of holding a request open. Three routes do it, and they differ in what waits.asynchronous generation

Pass and the gateway tracks the generation while the SDK makes short status requests until it lands. This is the smallest change from a plain call.poll

returns as soon as the gateway accepts the job, so nothing waits and the job outlives the process that started it. That suits serverless functions, queues, and fanning out a batch.experimental_startVideo

Or pass a and the gateway posts one event to your endpoint when the generation lands, so nothing polls at all.webhook

The docs cover all three, including .how to verify a delivery

Pass references under , each with its URL and media type, and describe the scene in the prompt. The limits differ by kind. Audio references have to be hosted URLs, where images also accept base64. First and last frame conditioning takes one image each and cannot be combined with references.inputReferences

You can also try Wan 3.0 with no code in the . To see more, .model playgroundbrowse all video models

Read more

Generating a video

References