Configuration Reference
MiniMax exposes two protocols. Pick whichever your tool supports — most modern tools support at least one.OpenAI-Compatible Protocol
| Field | Value |
|---|---|
| Provider | OpenAI Compatible (sometimes called Custom or OpenAI-format) |
| Base URL | https://api.minimax.io/v1 |
| API Key | Get Token Plan API Key |
| Model ID | MiniMax-M2.7 or MiniMax-M2.7-highspeed |
Anthropic-Compatible Protocol
| Field | Value |
|---|---|
| Provider | Anthropic Compatible (sometimes called Claude or Custom Anthropic) |
| Base URL | https://api.minimax.io/anthropic |
| API Key | Get Token Plan API Key |
| Model ID | MiniMax-M2.7 or MiniMax-M2.7-highspeed |
Which Protocol Should I Pick?
| Tool style | Recommended protocol | Typical env vars |
|---|---|---|
| Claude Code-style (TUI / CLI written for Anthropic) | Anthropic-Compatible | ANTHROPIC_BASE_URL + ANTHROPIC_AUTH_TOKEN |
| Cursor / Continue / Aider / OpenAI-format IDE plugins | OpenAI-Compatible | OPENAI_BASE_URL + OPENAI_API_KEY |
| Tools that ask for both | Either works — Anthropic-Compatible is recommended for prompt-cache benefits |
Cherry Studio
Install Cherry Studio per the official docs. Open Cherry Studio → click Choose other Providers → searchMiniMax, then pick MiniMax.
Enter your Token Plan API Key (the API Host is prefilled), then click Check to verify.
Pick MiniMax-M2.7 from the model list.