GPT-5.6 is here 🎉 20% off all GPT 🎉 All July 🔥Learn more
Qwen

Qwen Max

Chat
bailian/qwen-max
CompareGet Started

Qwen 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
BaiLianAliyun
Supported Protocols
OpenAIopenai

Providers

BaiLianAliyun
Input Tokens
$0.35/M
Output Tokens
$1.38/M
Cache Read
$0.069/M
Protocols
OpenAIopenai/v1/chat/completions

Code Examples

from openai import OpenAI
client = 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

LMArenaEvaluated 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).

Benchmark scores for qwen-max-0919 on LMArena
CategoryArena Score95% CIRankVotes
Overall131813121324#225 of 37416,478
Hard Prompts131813091328#234 of 3744,447
Coding135313421364#227 of 3692,756
Math129112801303#222 of 3622,249
Creative Writing128512731297#221 of 3722,358
Instruction Following130212941310#222 of 3746,919
Chinese131012941325#225 of 3441,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.

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.