MiniMax: MiniMax M2.5
Chatminimax/minimax-m2.5MiniMax-M2.5 is a SOTA large language model designed for real-world productivity. Trained in a diverse range of complex real-world digital working environments, M2.5 builds upon the coding expertise of M2.1 to extend into general office work, reaching fluency in generating and operating Word, Excel, and Powerpoint files, context switching between diverse software environments, and working across different agent and human teams. Scoring 80.2% on SWE-Bench Verified, 51.3% on Multi-SWE-Bench, and 76.3% on BrowseComp, M2.5 is also more token efficient than previous generations, having been trained to optimize its actions and output through planning.
供应商
/v1/chat/completions代码示例
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.io/v1",api_key="YOUR_OFOX_API_KEY",)response = client.chat.completions.create(model="minimax/minimax-m2.5",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
第三方评测
MiniMax: MiniMax M2.5 在 LMArena 文本榜单(风格控制) 综合类别中获得 1391 分,在 374 个模型中排名第 137,基于 41,159 次人类偏好投票(更新于 2026-07-12)。
| 类别 | Arena 分数 | 95% 置信区间 | 排名 | 投票数 |
|---|---|---|---|---|
| 综合 | 1391 | 1387–1395 | 第 137 / 374 名 | 41,159 |
| 困难任务 | 1416 | 1411–1420 | 第 133 / 374 名 | 25,585 |
| 编程 | 1444 | 1438–1451 | 第 126 / 369 名 | 10,895 |
| 数学 | 1396 | 1384–1408 | 第 132 / 362 名 | 2,436 |
| 创意写作 | 1359 | 1350–1367 | 第 135 / 372 名 | 6,411 |
| 指令遵循 | 1381 | 1375–1387 | 第 140 / 374 名 | 12,998 |
| 中文 | 1429 | 1416–1443 | 第 125 / 344 名 | 2,187 |
来源:LMArena · CC BY 4.0 · 更新于 2026-07-12 · 评测方法 ↗ · 排名为 LMArena 文本榜单(风格控制) 各类别内的比较,分数来自第三方人类偏好评测,并非 OFOX 官方评分。