novita
minimax/minimax-m2.5
200K
text
text
Supported
About this model
MiniMax M2.5 is an open-source MoE model with 230B total parameters (10B active) and a 200K token context window, released February 2026 under a Modified MIT license. SOTA in coding, agentic tool use, search, and office work — scoring 80.2% on SWE-Bench Verified, 51.3% on Multi-SWE-Bench, and 76.3% on BrowseComp. Trained across 200K+ real-world RL environments in 10+ programming languages.Matches Claude Opus 4.6 speed while completing SWE-Bench 37% faster than M2.1.
Capabilities
text
Available through the unified API
Quick start
View API docscurl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "30a48d097c4a4ad690843ed376d25beb",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
novita
30a48d097c4a4ad690843ed376d25beb
Input
$0.300 / 1M
Output
$1.200 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.300 / 1M |
| Output tokens | $1.200 / 1M |
Performance
Published evaluation results associated with this model.
SWE-bench
Coding
Search
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "30a48d097c4a4ad690843ed376d25beb",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'