You can now access Qwen3 Coder , a model from QwenLM , an Alibaba Cloud company, designed to handle complex, multi-step coding workflows, using Vercel's AI Gateway with no other provider accounts required. AI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime. To use it with the AI SDK v5 , start by installing the package: Then set the model to alibaba/qwen3-coder : import { streamText } from 'ai' const result = streamText ( { model : "alibaba/qwen3-coder" , prompt : "What's your best argument for the health benefits of burritos?" } ) Includes built-in observability , Bring Your Own Key support , and intelligent provider routing with automatic retries. To deliver high performance and reliability to Qwen3 Coder, AI Gateway leverages multiple model providers under the hood, including Cerebras, DeepInfra, and Parasail.…