← All models
Try in Chat
MiniMax M2.5
minimax-m2.5
MiniMax's agentic productivity model for coding, office workflows, tool calling, and long-context task execution.
chatreasoningcode
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Inceptron | Lund, Sweden | €0.14/M tokens | €0.86/M tokens |
| TensorX | Dublin, Ireland | €0.29/M tokens | €1.15/M tokens |
Inceptron Lund, Sweden
- Input
- €0.14/M
- Output
- €0.86/M
TensorX Dublin, Ireland
- Input
- €0.29/M
- Output
- €1.15/M
Specifications
Context window
197K
Providers
2
Released
Feb 2026
Try MiniMax M2.5
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://api.ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-m2.5",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'