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

Playground

Try out Qwen3-14B 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.