# Wan 3.0 now available on AI Gateway

DevFeed: [Wan 3.0 now available on AI Gateway](<https://devfeed.tech/articles/wan-3-0-now-available-on-ai-gateway-1193.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/wan-3-0-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-08-25T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [generation](<https://devfeed.tech/tags/generation.md>), [image-to-video](<https://devfeed.tech/tags/image-to-video.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [text-to-video](<https://devfeed.tech/tags/text-to-video.md>), [video](<https://devfeed.tech/tags/video.md>)

## AI overview

Wan 3.0 from Alibaba is now available on Vercel's AI Gateway as alibaba/wan-v3.0-video. The model supports text-to-video, image-to-video, first- and last-frame conditioning, and reference-based generation using images, video, and audio. It can generate clips up to 30 seconds at 30 fps in resolutions up to 1080p with synchronized audio, and supports asynchronous generation through webhooks.

## Source excerpt

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