Skip to content
Dashboard

Qwen 3 32B

Qwen 3 32B is a dense 32-billion-parameter model from Alibaba Cloud with context of 128K tokens and hybrid thinking modes, reaching performance levels previously associated with much larger models. Your use is subject to Alibaba Cloud's Terms & Privacy Policies.

ReasoningTool Use
import { streamText } from 'ai'
const result = streamText({
model: 'alibaba/qwen-3-32b',
prompt: 'Why is the sky blue?'
})
Read docs