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