Alibaba Cloud / Qwenproprietary
Released: 2025-01-28Qwen 2.5 Max
Alibaba largest flagship proprietary model achieving high rankings on Chatbot Arena and complex evaluation benchmarks.
Intelligence Index
85.8/ 100
Calibrated multi-domain compositeThroughput Speed
58tok/sec
Output streaming throughputTime To First Token
480ms
Initial chunk server latencyLiveBench Contam-Free
71.4%
September 2026 suite scoreLiveBench Multi-Domain Evaluation Breakdown
Monthly refreshed contamination-free test setsLogical Reasoning84.5%
Coding & Repo Repair71.5%
Mathematics (AIME)83.0%
Data Analysis & Tables76.5%
Language & Comprehension82.0%
Instruction Following87.0%
Sourced Benchmark Evaluations (3)
Verified performance across authoritative benchmarks with provenance tracking.OpenAI Compatible API ExecutionAPI Ready
from openai import OpenAI
client = OpenAI()
response = client.chat.completions.create(
model="qwen-2-5-max",
messages=[{"role": "user", "content": "Evaluate multi-step logic problem"}],
temperature=0.2
)
print(response.choices[0].message.content)Evaluation & Sourcing Notes
Scores listed for Qwen 2.5 Max represent verified evaluations extracted from official research papers, independent evaluation suites (HELM, LMSYS, OpenCompass, LiveBench), and verified audit reports.
All benchmarks marked as saturated or deprecated reflect historical performance where the benchmark no longer provides active discriminative power.