1 min read
You can now access Qwen3 Next, two ultra-efficient models from QwenLM, designed to activate only 3B parameters, 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:
pnpm i ai
Then set the model to alibaba/qwen3-next-80b-a3b-thinking
:
import { streamText } from 'ai'
const result = streamText({ model: "alibaba/qwen3-next-80b-a3b-thinking", 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.
Learn more about AI Gateway and access the model here.