MiniMax: MiniMax M2
Chatminimax/minimax-m2MiniMax M2 is MiniMax's compact, high-efficiency large language model optimized for end-to-end coding and agentic workflows. With 10 billion activated parameters out of 230 billion total, it delivers near-frontier intelligence across general reasoning, tool use, and multi-step task execution while keeping latency and deployment cost low. It supports reasoning, function calling, prompt caching, and web search. Context: 200K tokens, output: 131K. Pricing is $0.30/M input and $1.20/M output tokens, with cached input reads at $0.03/M. Available via OpenAI and Anthropic protocols.
Providers
/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="minimax/minimax-m2",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
Benchmarks
MiniMax: MiniMax M2 scores 1346 in the Overall category of the LMArena text leaderboard (style control), ranking #189 of 374 models based on 6,863 human preference votes (updated 2026-07-12).
| Category | Arena Score | 95% CI | Rank | Votes |
|---|---|---|---|---|
| Overall | 1346 | 1338–1354 | #189 of 374 | 6,863 |
| Hard Prompts | 1368 | 1359–1378 | #176 of 374 | 3,692 |
| Coding | 1384 | 1369–1399 | #192 of 369 | 1,545 |
| Math | 1354 | 1321–1387 | #173 of 362 | 320 |
| Creative Writing | 1287 | 1267–1308 | #216 of 372 | 897 |
| Instruction Following | 1339 | 1326–1352 | #179 of 374 | 1,984 |
| Chinese | 1387 | 1352–1422 | #160 of 344 | 279 |
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.