Context
200K
Input
text
Output
text
Tool calling
Supported
About this model
MiniMax-M2.7 is a next-generation large language model designed for autonomous, real-world productivity and continuous improvement. Built to actively participate in its own evolution, M2.7 integrates advanced agentic capabilities through multi-agent collaboration, enabling it to plan, execute, and refine complex tasks across dynamic environments.
Input modalities
text
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.300 / 1M tokens |
| Output tokens | $1.200 / 1M tokens |
| Cached input tokens | $0.060 / 1M tokens |
Performance
Published evaluation results associated with this model.
SWE-bench
SWE-Pro56.22
SWE-Multilingual76.5
Coding
VIBE-Pro55.6
Terminal-Bench-257
Tool-Use
Toolathon46.3
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "MiniMaxAi/MiniMax-M2.7",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'