Documentation Index
Fetch the complete documentation index at: https://docs.openclaw.kr/llms.txt
Use this file to discover all available pages before exploring further.
MiniMax
OpenClaw’s MiniMax provider defaults to MiniMax M2.7 and keeps MiniMax M2.5 in the catalog for compatibility.Model lineup
MiniMax-M2.7: default hosted text model.MiniMax-M2.7-highspeed: faster M2.7 text tier.MiniMax-M2.5: previous text model, still available in the MiniMax catalog.MiniMax-M2.5-highspeed: faster M2.5 text tier.MiniMax-VL-01: vision model for text + image inputs.
Choose a setup
MiniMax OAuth (Coding Plan) - recommended
Best for: quick setup with MiniMax Coding Plan via OAuth, no API key required. Enable the bundled OAuth plugin and authenticate:- Global - International users (
api.minimax.io) - CN - Users in China (
api.minimaxi.com)
MiniMax M2.7 (API key)
Best for: hosted MiniMax with Anthropic-compatible API. Configure via CLI:- Run
openclaw configure - Select Model/auth
- Choose a MiniMax auth option
MiniMax M2.7 as fallback (example)
Best for: keep your strongest latest-generation model as primary, fail over to MiniMax M2.7. Example below uses Opus as a concrete primary; swap to your preferred latest-gen primary model.Optional: Local via LM Studio (manual)
Best for: local inference with LM Studio. We have seen strong results with MiniMax M2.5 on powerful hardware (e.g. a desktop/server) using LM Studio’s local server. Configure manually viaopenclaw.json:
Configure via openclaw configure
Use the interactive config wizard to set MiniMax without editing JSON:
- Run
openclaw configure. - Select Model/auth.
- Choose a MiniMax auth option.
- Pick your default model when prompted.
Configuration options
models.providers.minimax.baseUrl: preferhttps://api.minimax.io/anthropic(Anthropic-compatible);https://api.minimax.io/v1is optional for OpenAI-compatible payloads.models.providers.minimax.api: preferanthropic-messages;openai-completionsis optional for OpenAI-compatible payloads.models.providers.minimax.apiKey: MiniMax API key (MINIMAX_API_KEY).models.providers.minimax.models: defineid,name,reasoning,contextWindow,maxTokens,cost.agents.defaults.models: alias models you want in the allowlist.models.mode: keepmergeif you want to add MiniMax alongside built-ins.
Notes
- Model refs are
minimax/<model>. - Default text model:
MiniMax-M2.7. - Alternate text models:
MiniMax-M2.7-highspeed,MiniMax-M2.5,MiniMax-M2.5-highspeed. - Coding Plan usage API:
https://api.minimaxi.com/v1/api/openplatform/coding_plan/remains(requires a coding plan key). - Update pricing values in
models.jsonif you need exact cost tracking. - Referral link for MiniMax Coding Plan (10% off): https://platform.minimax.io/subscribe/coding-plan?code=DbXJTRClnb&source=link
- See /concepts/model-providers for provider rules.
- Use
openclaw models listandopenclaw models set minimax/MiniMax-M2.7to switch.
Troubleshooting
”Unknown model: minimax/MiniMax-M2.7”
This usually means the MiniMax provider isn’t configured (no provider entry and no MiniMax auth profile/env key found). A fix for this detection is in 2026.1.12. Fix by:- Upgrading to 2026.1.12 (or run from source
main), then restarting the gateway. - Running
openclaw configureand selecting a MiniMax auth option, or - Adding the
models.providers.minimaxblock manually, or - Setting
MINIMAX_API_KEY(or a MiniMax auth profile) so the provider can be injected.
minimax/MiniMax-M2.7minimax/MiniMax-M2.7-highspeedminimax/MiniMax-M2.5minimax/MiniMax-M2.5-highspeed