Qwen Max
Chatbailian/qwen-maxQwen Max is Alibaba's high-performance Qwen model, served through Dashscope for complex tasks that require sophisticated reasoning and generation. It supports tool use (function calling) and prompt caching. Context window: 32K tokens, output: 8K. Accessible via the OpenAI-compatible protocol.
Context Window
32K
Max Output Tokens
8K
Released
2025-01-25
Capabilities
Function CallingPrompt Caching
Available Providers
Aliyun
Supported Protocols
openai
Providers
Aliyun
Input Tokens
$0.35/M
Output Tokens
$1.38/M
Cache Read
$0.069/M
Protocols
openai
/v1/chat/completionsCode 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="bailian/qwen-max",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
Benchmarks
LMArena ↗Evaluated as qwen-max-0919
Qwen Max scores 1318 in the Overall category of the LMArena text leaderboard (style control), ranking #225 of 374 models based on 16,478 human preference votes (updated 2026-07-12).
| Category | Arena Score | 95% CI | Rank | Votes |
|---|---|---|---|---|
| Overall | 1318 | 1312–1324 | #225 of 374 | 16,478 |
| Hard Prompts | 1318 | 1309–1328 | #234 of 374 | 4,447 |
| Coding | 1353 | 1342–1364 | #227 of 369 | 2,756 |
| Math | 1291 | 1280–1303 | #222 of 362 | 2,249 |
| Creative Writing | 1285 | 1273–1297 | #221 of 372 | 2,358 |
| Instruction Following | 1302 | 1294–1310 | #222 of 374 | 6,919 |
| Chinese | 1310 | 1294–1325 | #225 of 344 | 1,421 |
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.
Related Models
Frequently Asked Questions
Qwen Max on Ofox.ai costs $0.35/M per million input tokens and $1.38/M per million output tokens. Pay-as-you-go, no monthly fees.
Qwen Max supports a context window of 32K tokens with max output of 8K tokens, allowing you to process large documents and maintain long conversations.
Simply set your base URL to https://api.ofox.ai/v1 and use your Ofox API key. The API is OpenAI-compatible — just change the base URL and API key in your existing code.
Qwen Max supports the following capabilities: Function Calling, Prompt Caching. Access all features through the Ofox.ai unified API.