MiniMax
MiniMax is an AI company that builds the M2/M2.5 model family. The current coding-focused release is MiniMax M2.5, designed for real-world complex tasks including multi-language coding, web/app development, and agent workflows.Setup options
- OAuth (recommended)
- API key
MiniMax OAuth — Coding Plan
Best for quick setup with a MiniMax Coding Plan — no API key required.1. Enable the plugin:- Global — International users (
api.minimax.io) - CN — Users in China (
api.minimaxi.com)
Provider settings
| Setting | Value |
|---|---|
| Provider ID | minimax |
| Base URL | https://api.minimax.io/anthropic |
| API | Anthropic Messages compatible |
| Auth env var | MINIMAX_API_KEY |
Available models
| Model ID | Context | Notes |
|---|---|---|
MiniMax-M2.5 | 200K | Reasoning; recommended |
MiniMax-M2.5-highspeed | 200K | Reasoning; faster, lower latency |
MiniMax-M2.5-Lightning | 200K | Legacy name — prefer highspeed for new setup |
minimax/<model-id> — for example, minimax/MiniMax-M2.5.
Verification
Troubleshooting
'Unknown model: minimax/MiniMax-M2.5'
'Unknown model: minimax/MiniMax-M2.5'
The MiniMax provider is not configured. Fix by either:
- Running
openclaw configureand selecting MiniMax M2.5, or - Adding the
models.providers.minimaxblock manually, or - Setting
MINIMAX_API_KEYso the provider can be auto-injected.
openclaw models list.401 Unauthorized
401 Unauthorized
429 Rate limited
429 Rate limited
Check your Coding Plan usage via the MiniMax platform dashboard. The CN endpoint (
api.minimaxi.com) has separate rate limits from the global endpoint.