MiniMax API
Get a MiniMax API key and call every MiniMax model (mini max) through Token Harbor with a single key — pay-as-you-go, no separate MiniMax account or console. Fully OpenAI- and Anthropic-compatible, with transparent per-token pricing and smart routing. See MiniMax API pricing per model below.
Call it with one key
curl https://tokenharbor.ai/v1/chat/completions \
-H "Authorization: Bearer $TOKENHARBOR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"minimax/minimax-m2.5","messages":[{"role":"user","content":"Hello"}]}'Get a free key at /dashboard/api-keys · point any tool at us with the Connect CLI or manual setup.
MiniMax models (2)
| Model | Context | $/1M in · out |
|---|---|---|
MiniMax M2.5minimax/minimax-m2.5 | 205k | $0.30 · $1.20 |
MiniMax M1minimax/minimax-m1 | 1M | $0.40 · $2.20 |
See the full model catalog or read the API docs.