MiniMax M3 Provider for Claude Code
1M context window with 512K output tokens
claude-multi add minimaxUse cases
MiniMax-M3 is a frontier model with a 1 million token context window and 512K max output. That context size changes what you can do in a single session. You can load entire monorepos, run multi-hour agentic workflows, and let the model build context across hundreds of files without hitting a wall.
Model specs
| Role | Model | Context | Max Output |
|---|---|---|---|
| All roles | MiniMax-M3 | 1M | 512K |
The template maps MiniMax-M3 to every role (Opus, Sonnet, Haiku, small/fast). There is only one model, but it handles the full range from quick shell commands to complex multi-step reasoning.
Effort level is set to max and thinking is enabled with REASONING_EFFORT: high. The model gets 32,000 thinking tokens by default, which balances depth against context consumption.
Setup
- Create an account at minimax.io and generate an API key
- Run the setup command:
claude-multi add minimax- Paste your API key when prompted
The template configures the base URL, model mapping, thinking parameters, and output limits. No manual editing required.
When to pick MiniMax
MiniMax stands out when you need context length. If you work on large codebases, do multi-repository analysis, or run agentic tasks that accumulate a lot of state, the 1M window means fewer compaction cycles and better coherence across long sessions.
The 512K output limit also opens up workflows that other providers cannot match. You can generate entire application scaffolds, produce comprehensive documentation, or get detailed analysis in a single response.
For shorter, more interactive coding sessions, DeepSeek or GLM may offer better cost efficiency at comparable quality.
Pricing details
MiniMax bills per token through minimax.io with no monthly commitment. Token Plan subscriptions are also available (Plus / Max / Ultra monthly tiers); both plans share the same api.minimax.io endpoint, and the API key type decides which quota is consumed.
| Tier | Input / 1M | Output / 1M |
|---|---|---|
| Standard (up to 512K context) | $0.60 | $2.40 |
| Long context (512Kâ1M) | $1.20 | $4.80 |
| Cache read | $0.12 | â |
For benchmark comparisons vs Opus 4.7 and GPT-5.5, see the MiniMax M3 announcement post.
Related providers
Pay-per-token via minimax.io