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...
At a glance
- Context window
- 1Mtokens
- Max output
- 131Ktokens
- Knowledge to
- —
- Released
- 2026
Capabilities
Benchmarks
- Intelligence index
- 26
- Coding index
- 56
- Agentic index
- 20
Design Arena
| Category | Elo | Win rate |
|---|---|---|
| models · dataviz | 1,294 | 52.2 |
| models · gamedev | 1,287 | 50.5 |
| models · codecategories | 1,282 | 50.6 |
| models · website | 1,281 | 51.2 |
| models · uicomponent | 1,269 | 49.2 |
| models · 3d | 1,266 | 48.9 |
| models · svg | 1,241 | 50.2 |
| models · asciiart | 1,146 | 40.3 |
Source: Artificial Analysis, Design Arena · as of Sep 16, 2026
Performance
Reference uptime
100%
Median latency
913 ms
Throughput
11 tok/s
IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.
Popularity
- Current rank
- —
- Rank change, 7 days
- —
Daily tokens · 90 days
22.7B
Ranked by daily token volume across the global model market; the figure above the chart is the daily average.
Supported parameters
Parameters this model accepts; anything else is ignored.
Quick start
from openai import OpenAI
client = OpenAI(
api_key="ir-...",
base_url="https://iranrouter.com/v1",
)
resp = client.chat.completions.create(
model="qwen/qwen3.7-plus",
messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)Only base_url and the key change; the rest of your code stays as it is.