Skip to content

Qwen3-14B

Qwen3-14B is a 14-billion-parameter dense language model from Alibaba that combines hybrid thinking modes with context of 41.0K tokens, delivering Qwen2.5-32B-class capability at a fraction of the parameter count.

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