Qwen: Qwen3.6 Plus
Chatqwen/qwen3.6-plusQwen3.6-Plus is Alibaba's flagship vision-language model in the Qwen3.6 series, matching top frontier models in overall performance. It brings major improvements over Qwen3.5 in agentic coding, frontend development, visual understanding, and instruction following. Context: 1M tokens, output: 64K. Available via OpenAI and Anthropic protocols.
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.6-plus",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
Benchmarks
Qwen: Qwen3.6 Plus scores 1443 in the Overall category of the LMArena text leaderboard (style control), ranking #61 of 374 models based on 40,855 human preference votes (updated 2026-07-12).
| Category | Arena Score | 95% CI | Rank | Votes |
|---|---|---|---|---|
| Overall | 1443 | 1439โ1448 | #61 of 374 | 40,855 |
| Hard Prompts | 1467 | 1462โ1473 | #56 of 374 | 27,316 |
| Coding | 1494 | 1487โ1501 | #57 of 369 | 12,283 |
| Math | 1454 | 1441โ1467 | #43 of 362 | 2,293 |
| Creative Writing | 1407 | 1399โ1416 | #69 of 372 | 6,047 |
| Instruction Following | 1435 | 1429โ1442 | #58 of 374 | 13,631 |
| Chinese | 1483 | 1469โ1498 | #60 of 344 | 1,894 |
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.