MiniMax
first_party
Getting credentials
api-key
api_key via header (header Authorization: Bearer)
Environment: MINIMAX_API_KEY
platform.minimax.io → API Keys. Subscription Keys are a separate credential type issued under Billing → Token Plan.
Endpoints
| ID | URL | Protocol | Auth |
|---|---|---|---|
| chat-completions | https://api.minimax.io/v1/chat/completions | openai-chat | any |
| anthropic | https://api.minimax.io/anthropic | anthropic-messages | any |
API surfaces
textstreaming
Quirks
- reasoning_split: true splits thinking into message.reasoning_content; without it thinking arrives inline as <think>...</think> inside content. China base: api.minimaxi.com. (docs)
Models offered
| Model | Wire ID | Endpoint | Status | Reasoning |
|---|---|---|---|---|
| minimax/minimax-m2-5 | MiniMax-M2.5 | chat-completions | ga | always_on · default on · mandatory · returns reasoning_content · round-trips reasoning_content |
| minimax/minimax-m3 | MiniMax-M3 | chat-completions | ga | toggle · default adaptive · returns reasoning_content · round-trips reasoning_content |