Back to Models
Qwen: Qwen3 14B
qwen/qwen3-14bApr 28, 202541.0K context41.0K max output$0.35/M in · $1.40/M outReasoning
Description
Qwen3-14B is a dense 14.8B parameter causal language model from the Qwen3 series, designed for both complex reasoning and efficient dialogue. It supports seamless switching between a "thinking" mode for tasks like math, programming, and logical inference, and a "non-thinking" mode for general-purpose conversation. The model is fine-tuned for instruction-following, agent tool use, creative writing, and multilingual tasks across 100+ languages and dialects. It natively handles 32K token contexts and can extend to 131K tokens using YaRN-based scaling.
Specifications
Provider
qwen
Context Length
41.0K
Max Output
41.0K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.35 |
| Output | $1.40 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3-14b",
"messages": [{"role": "user", "content": "Hello!"}]
}'