qwen3.7-plusAlibaba (Qwen)
- endpoints
- 2
- regions
- 1
- api
- chat
- released
- June 2026
capabilities 5/8
The same weights cost 1.3x more on fireworks ai than on alibaba cloud. That is what the endpoints table is for.
| # | flags | ||||||
|---|---|---|---|---|---|---|---|
| 1 | Global | 1.0M | $0.32 | $1.28 | $0.03 | zdr | |
| 2 | Global | 262K | $0.40 | $1.60 | $0.08 | zdr |
no measured traffic for this model yet. the endpoints table above carries provider pricing
| eval | Score as a share of 100 | /100 |
|---|---|---|
| τ²-Bench | 93.0 | |
| GPQA Diamond | 90.0 | |
| Coding Index | 55.9 | |
| Terminal-Bench Hard | 47.0 | |
| SciCode | 46.1 | |
| Humanity's Last Exam | 35.6 | |
| Intelligence Index | 25.8 | |
| 7 evals | mean | 56.2 |
Scores from Artificial Analysis and public leaderboards, normalised to 100. Bar colour is the band, not the rank: green 80 and up, blue 55 and up, amber 30 and up. Benchmarks measure narrow skills, so test on your own workload before committing. Released 2026-06-01.
qwen3.7-plusrequesty routes this id across every provider serving qwen3.7-plus, picking on price and health and failing over automatically. the id stays valid when a provider changes underneath it
Base url is https://router.requesty.ai/v1 for every id here. One key reaches the whole catalog.
from openai import OpenAI client = OpenAI( api_key="YOUR_REQUESTY_API_KEY", base_url="https://router.requesty.ai/v1",) response = client.chat.completions.create( model="qwen3.7-plus", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ],) print(response.choices[0].message.content)
Change the base url, use your Requesty key, set the model to any id in the call pane. Existing OpenAI SDK code needs no other edit, and the same key reaches every other model in the catalog, so switching later is a one-parameter change. Browse all models
Qwen3.7-Plus is a cost-effective model in Alibaba's Qwen3.7 series. It supports text and image input with text output, building on the series' text capabilities with a comprehensive upgrade to its vision-language abilities while retaining full-stack, agent-level intelligence for coding, tool use, and productivity workflows. Its distinguishing trait is multi-modal interactive hybrid agent capability: it can perceive real-world scenes, read screens and interact with GUIs, generate code from visual references, and perform end-to-end navigation within mobile apps.
questions 6
Which providers serve qwen3.7-plus?
How much does qwen3.7-plus cost?
Is qwen3.7-plus open weights?
What is the context window of qwen3.7-plus?
How do I use qwen3.7-plus with the OpenAI SDK?
Should I call qwen3.7-plus by its managed id or a provider id?
more from alibaba (qwen) 6
| model | context | from /M | providers |
|---|---|---|---|
| qwen3.8-2.4t-a95b | 1M | $2.50 | 1 |
| qwen3.8-flash-next | 262K | $0.20 | 1 |
| qwen3.8-flash | 1.0M | $0.16 | 1 |
| qwen3.8-max | 1.0M | $2.00 | 3 |
| qwen3.7-max | 1.0M | $2.50 | 1 |
| qwen3.6-plus | 1M | $0.50 | 1 |
route qwen3.7-plus through one endpoint
One key for 2 providers on this model and 600+ others. No markup on provider prices, automatic failover, caching built in. Weekly aggregates in the measured pane come from production traffic routed through Requesty, one line per provider on a shared axis. Methodology
