Skip to content
Dashboard

Qwen3-Next models are now supported in Vercel AI Gateway

pnpm i ai

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?"
})

Ready to deploy?