Minimax with OpenClaw
Configure Minimax M2.5 โ API key or Ollama cloud
Configure Minimax M2.5 โ API key or Ollama cloud
Minimax models are supported in OpenClaw, often praised for local-like performance and strong reasoning. You can use the Minimax API directly or access models via Ollama cloud (e.g. minimax-m2.5).
Configure as minimax/minimax-m2.5 or similar. Check docs.openclaw.ai for current model IDs.
Get an API key from Minimax. Onboard with openclaw onboard --auth-choice minimax-api-key or configure the provider manually in your config.
Ollama supports Minimax cloud models. Run:
ollama launch openclaw --model minimax-m2.5:cloud
No separate API key needed if you use Ollama. See Ollama + OpenClaw tutorial.
{
"agent": { "model": "minimax/minimax-m2.5" },
"models": {
"providers": {
"minimax": {
"apiKey": "${MINIMAX_API_KEY}"
}
}
}
}
Store credentials via ~/.openclaw/credentials or openclaw secrets.
See example setups & model routing for heartbeat vs chat models.
MiniMax fits bilingual chat when you already have console access. Route heartbeats to a cheaper variant; flagship for user replies (model routing).
MiniMax consoles vary by region; API base URLs in config must match where the key was issued. Watch for separate voice vs chat SKUs on your invoice.