A fast, cost-efficient 32B language model optimized for code generation, mathematical reasoning, and multilingual text tasks. Developers should reach for it when they need reliable technical performance without the latency or overhead of larger models.
Modalities
Text → Text
Input
$0.108 /1M
Output
$0.378 /1M
Cached input
$0.0108 /1M90% off
Context
33K
Speed
fast
Performance
Live production data from real requests on Kyma — not synthetic benchmarks.
Rank
#14
of 87 active models
Tokens served
37.5M
all-time
Success rate
100%
last 7 days
Top apps using this model
Public apps sending the most traffic to this model — a signal of what real workloads it fits.
Pricing
Pay per token. Cached input is billed at 10% of the input rate.
+ Estimate your workload− Estimate your workload
Estimated monthly cost
$10.40
$0.3467 / day on Qwen 3 32B
Same workload on:
Estimates use list pricing with cached input billed at the 90%-discount rate. Actual bills depend on real token counts — every response includes its exact cost.
When to use Qwen 3 32B
Where this model earns its cost — and where it doesn't.
Qwen 3 32B is a text-only language model built by Alibaba. It is designed around technical workloads, handling programming, mathematics, and translation across multiple languages. The model natively supports tool use, structured outputs, and explicit reasoning steps.
On Kyma, it runs with a 32,768-token context window and an 8,192-token maximum output. It operates in the fast and cheap tiers, with a median throughput of 33 tokens per second and a 100% success rate across live traffic. Prompt caching is fully supported, billing repeated prompt prefixes at 10% of the standard input rate.
The model is strictly text-in, text-out and does not support vision or multimodal inputs. While it handles reasoning and tool calls reliably, its output limit means it is not suited for generating extremely long documents or extended codebases in a single pass. Kyma routes requests through an OpenAI-compatible endpoint with automatic failover and exact cost reporting.
Automated Code Generation
Generates and refines code snippets across multiple programming languages with tool-use support.
Mathematical Problem Solving
Breaks down complex math problems using explicit reasoning steps to reach accurate solutions.
Multilingual Text Translation
Translates technical and conversational text across supported languages while preserving context.
Interactive Chat Assistants
Powers responsive conversational agents that leverage structured outputs and automatic failover.
Not ideal for: Tasks requiring image or video understanding, or workloads that need outputs exceeding 8,192 tokens in a single response.
How it compares
Against the peers people actually weigh it against.
| Spec | Qwen 3 32B | Qwen 3.7 Flash | Qwen 3.7 Max |
|---|---|---|---|
| Input /1M | $0.108 | $0.0458 | $2.56 |
| Output /1M | $0.378 | $0.1987 | $7.676 |
| Context | 33K | 1M | 1M |
| Tools | Yes | Yes | Yes |
| Reasoning | Yes | Yes | Yes |
| Speed | fast | fast | medium |
Quick start
Up and running in under two minutes.
- 1
Create an API key
Sign up and grab a key from the dashboard — $0.50 free credit, no card required.
Get API key → - 2
Make your first request
Drop in your key and send a chat completion — fully OpenAI-compatible.
curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "qwen-3-32b", "messages": [ {"role": "user", "content": "Explain prompt caching in one paragraph."} ] }' - 3
Stream responses
Add
"stream": trueto receive tokens as they arrive.curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "qwen-3-32b", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.
What is the context window of Qwen 3 32B?
How much does the Qwen 3 32B API cost?
Does Qwen 3 32B support function calling?
How do I use Qwen 3 32B?
Does this model support function calling and structured JSON outputs?
How does Kyma handle request routing for this model?
Can I reduce costs for repetitive prompts?
More models by Alibaba
| Model | Context | Input | Output |
|---|---|---|---|
Qwen 3.7 Flash | 1M | $0.0458 | $0.1987 |
Qwen 3.7 Plus | 1M | $0.4482 | $1.793 |
Qwen 3.7 Max | 1M | $2.56 | $7.676 |
Qwen 3.6 Plus | 131K | $0.4388 | $2.633 |
Qwen 3 Coder | 131K | $0.297 | $1.35 |
Qwen3 Embedding 8B | 33K | $0.0135 | $0.00 |
