Qwen3.7 Plus
Chatqwen/qwen3.7-plusQwen3.7-Plus is Alibaba Cloud Bailian's balanced reasoning model, released on 2026-06-01 and positioned to deliver strong performance at a competitive price. It supports deep reasoning alongside vision, video input, tool use (function calling), prompt caching, and web search, so it can work across long documents, images, and clips and then act on what it finds through tools. Context window: 1M tokens, output: 64K. Available via OpenAI and Anthropic protocols through Ofox.
Providers
provider.type: "alicloud"/v1/chat/completions/v1/responsesprovider.type: "aliyun"/v1/chat/completions/v1/responsesCode Examples
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.ai/v1",api_key="YOUR_OFOX_API_KEY",)response = client.chat.completions.create(model="qwen/qwen3.7-plus",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
Benchmarks
Qwen3.7 Plus scores 1459 in the Overall category of the LMArena text leaderboard (style control), ranking #41 of 374 models based on 19,170 human preference votes (updated 2026-07-12).
| Category | Arena Score | 95% CI | Rank | Votes |
|---|---|---|---|---|
| Overall | 1459 | 1453โ1465 | #41 of 374 | 19,170 |
| Hard Prompts | 1479 | 1473โ1486 | #43 of 374 | 12,707 |
| Coding | 1510 | 1501โ1519 | #36 of 369 | 5,547 |
| Math | 1470 | 1450โ1489 | #28 of 362 | 904 |
| Creative Writing | 1441 | 1430โ1451 | #40 of 372 | 3,257 |
| Instruction Following | 1451 | 1443โ1459 | #40 of 374 | 6,504 |
| Chinese | 1506 | 1485โ1527 | #27 of 344 | 848 |
Source: LMArena ยท CC BY 4.0 ยท Updated 2026-07-12 ยท Methodology โ ยท Ranks compare models within each category of the LMArena text leaderboard (style control). Scores come from third-party human preference evaluations, not from OFOX.