Traceary

Catalog / Vercel

Wan 3.0 now available on AI Gateway

yesterdayaddedOriginal notes

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

Wan 3.0 combines text-to-video, image-to-video, first- and last-frame conditioning, and reference-based generation in one model. References can include images, video, and audio. It generates clips up to 30 seconds at 30 fps in 480p, 720p, or 1080p, with synchronized audio.

Previously, Wan 2.7 required separate -t2v and -r2v model IDs and was limited to 15-second clips at 24 fps.

Generate a video

Wan 3.0 supports asynchronous generation, so no HTTP request needs to remain open for the entire render.

Pass a webhook to receive an event when the generation finishes:

Learn about asynchronous generation options in the docs, including how to verify webhook deliveries.

Add references

Pass image, video, or audio references through inputReferences, including the source and media type for each one. Images accept hosted URLs or base64. Video and audio references require hosted URLs.

First- and last-frame conditioning accepts one image for each frame and can't be combined with other references.

Try Wan 3.0 in the model playground, or browse all video models.

Read more