Menu

Qwen3-Next models are now supported in Vercel AI Gateway - Vercel
📰
0

Qwen3-Next models are now supported in Vercel AI Gateway - Vercel

Vercel News·Walter Korman·4 days ago
#DWHfzBFD
#vercel#model#qwen3#next#gateway#provider
Reading 0:00
15s threshold

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:

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.

Read More