#why does it not allow me to use minimax via openrouter?
1 messages · Page 1 of 1 (latest)
openrouter/minimax isn’t a valid OpenRouter model ref in OpenClaw, so it gets rejected.
Two common causes:
- Wrong model ID format for OpenRouter
OpenRouter refs must be three parts:
openrouter/<provider>/<model>
So for MiniMax via OpenRouter it’ll be something likeopenrouter/minimax/<exact-model-name>.
Use/models openrouter(or CLI:openclaw models list) to see the exact IDs OpenClaw knows about, then copy/paste one of the MiniMax ones.
Docs: https://docs.openclaw.ai/providers/openrouter
- You have a model allowlist enabled
If your config setsagents.defaults.models, that becomes the allowlist. Any/model(or/models-driven) selection not in that list will throw “Model … is not allowed”. Fix: add the exact OpenRouter model ID intoagents.defaults.models, or remove the allowlist.
FAQ section (“Model is not allowed”): https://docs.openclaw.ai/help/faq#why-do-i-see-model-is-not-allowed-and-then-no-reply