The most-used model on Kyma and the one the best alias points to — frontier-grade reasoning at open-model pricing.
Modalities
Text+Image → Text
Input
$0.4388 /1M
Output
$2.633 /1M
Cached input
$0.04388 /1M90% off
Context
131K
Speed
medium
Performance
Live production data from real requests on Kyma — not synthetic benchmarks.
Rank
#1
of 87 active models
Tokens served
524.3M
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
$58.71
$1.96 / day on Qwen 3.6 Plus
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.6 Plus
Where this model earns its cost — and where it doesn't.
Qwen 3.6 Plus is the flagship tier of Alibaba's Qwen family, built for general reasoning, coding, and multilingual work. It sits in Kyma's frontier-open quality tier: the class of open models that holds its own against closed flagships on everyday production tasks.
On Kyma it serves more production traffic than any other model. Requests sent with the `best` alias resolve here, and every call gets the platform's automatic failover — if a serving path degrades, your request is rerouted before you notice. Prompt caching is fully supported, so agents that resend long system prompts pay 90% less on the repeated part.
The 131K-token context window (roughly 190 pages of text) with function calling, structured outputs, and extended reasoning makes it a complete engine for agent workloads — not just chat.
Agent backbones
Tool calling plus structured outputs make it a dependable engine for multi-step agents and function-calling pipelines.
Coding assistants
One of the most common workloads it serves on Kyma — code generation, review, and refactoring inside coding agents.
Long-document analysis
The 131K context fits whole codebases, contracts, or research papers in a single request.
Multilingual work
First-class quality beyond English — the Qwen family is known for strong performance across Asian languages.
Reasoning-heavy tasks
Extended reasoning mode handles math, analysis, and planning problems that trip up lighter models.
Not ideal for: Image inputs (it's text-only — pick a vision model) or latency-critical UX, where a fast-tier model feels snappier for less money.
How it compares
Against the peers people actually weigh it against.
| Spec | Qwen 3.6 Plus | Qwen 3.7 Flash | Qwen 3.7 Max |
|---|---|---|---|
| Input /1M | $0.4388 | $0.0458 | $2.56 |
| Output /1M | $2.633 | $0.1987 | $7.676 |
| Context | 131K | 1M | 1M |
| Tools | Yes | Yes | Yes |
| Reasoning | Yes | Yes | Yes |
| Speed | medium | 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.6-plus", "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.6-plus", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.
What is the context window of Qwen 3.6 Plus?
How much does the Qwen 3.6 Plus API cost?
Does Qwen 3.6 Plus support function calling?
How do I use Qwen 3.6 Plus?
Is Qwen 3.6 Plus good for coding?
What is the best alias and how does it relate to this model?
Why use Qwen 3.6 Plus through Kyma instead of calling it elsewhere?
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 Coder | 131K | $0.297 | $1.35 |
Qwen3 Embedding 8B | 33K | $0.0135 | $0.00 |
Qwen 3 32B | 33K | $0.108 | $0.378 |
