Qwen 3 32B
Qwen 3 32B is a dense 32-billion-parameter model from Alibaba with context of 131.1K tokens and hybrid thinking modes, reaching performance levels previously associated with much larger models.
import { streamText } from 'ai'
const result = streamText({ model: 'alibaba/qwen-3-32b', prompt: 'Why is the sky blue?'})Playground
Try out Qwen 3 32B by Alibaba. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.