Alibaba's newest closed-weight flagship, carrying a 1M-token context window with top-tier reasoning and multilingual strength. Reach for it when the job is too large or too hard for everyday-tier models.
Modalities
Text → Text
Input
$2.56 /1M
Output
$7.676 /1M
Cached input
$0.256 /1M90% off
Context
1M
Speed
medium
Performance
Live production data from real requests on Kyma — not synthetic benchmarks.
Rank
#23
of 87 active models
Tokens served
3.8M
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
$227
$7.58 / day on Qwen 3.7 Max
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.7 Max
Where this model earns its cost — and where it doesn't.
Qwen 3.7 Max is Alibaba's newest closed-weight flagship — a premium model built for general work, reasoning, multilingual tasks, and long context. It is the model to pick when output quality matters more than cost per token.
On Kyma it runs through the same OpenAI-compatible endpoint as every other model, with automatic failover rerouting requests if a serving path degrades. Prompt caching is supported, so workloads that resend a long system prompt or document prefix pay 10% of the input rate on the repeated part — which matters at premium pricing. Every response reports its exact cost in usage.cost.
The 1M-token context window pairs with function calling, structured outputs, and extended reasoning, with up to 32K tokens of output per request. It is text-in, text-out only — no image inputs.
Hard reasoning problems
Extended reasoning works through math, planning, and analysis tasks where step-by-step thinking decides the outcome.
Whole-corpus analysis
The 1M context takes entire codebases, document sets, or transcript archives in one request instead of a retrieval pipeline.
Multilingual production work
Translation, localization, and cross-language analysis where quality has to hold up beyond English.
High-stakes coding
Code review, architecture decisions, and complex refactors where a premium model earns its rate.
Structured agent pipelines
Function calling plus structured outputs keep multi-step agents reliable on long-horizon tasks.
Not ideal for: Image inputs (it's text-only — pick a vision model), and high-volume or latency-sensitive workloads, where its premium pricing and medium speed make a cheaper, faster tier the better fit.
How it compares
Against the peers people actually weigh it against.
| Spec | Qwen 3.7 Max | Qwen 3.7 Flash | Qwen 3.6 Plus |
|---|---|---|---|
| Input /1M | $2.56 | $0.0458 | $0.4388 |
| Output /1M | $7.676 | $0.1987 | $2.633 |
| Context | 1M | 1M | 131K |
| 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.7-max", "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.7-max", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.
What is the context window of Qwen 3.7 Max?
How much does the Qwen 3.7 Max API cost?
Does Qwen 3.7 Max support function calling?
How do I use Qwen 3.7 Max?
How fast is Qwen 3.7 Max in production?
Is Qwen 3.7 Max worth its premium price?
Why use Qwen 3.7 Max through Kyma?
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.6 Plus | 131K | $0.4388 | $2.633 |
Qwen 3 Coder | 131K | $0.297 | $1.35 |
Qwen3 Embedding 8B | 33K | $0.0135 | $0.00 |
Qwen 3 32B | 33K | $0.108 | $0.378 |
