minimax: Steps to switch from Opus.

"auth": {
"profiles": {
"anthropic:default": {
"provider": "anthropic",
"mode": "token"
},
"openai-codex:default": {
"provider": "openai-codex",
"mode": "oauth"
},
"openai-codex:codex-cli": {
"provider": "openai-codex",
"mode": "oauth"
},
"anthropic:claude-cli": {
"provider": "anthropic",
"mode": "token"
},
"minimax:default": {
"provider": "minimax",
"mode": "api_key"
I restarted the gateway with the following configuration changes to set minimax as primary.

When i asked "what model are you", clawdbot replied "anthropic/claude-opus-4-5".

Is that normal?

Clarify what steps i need to take to change to Minimax.

I've pasted Minimax Coding Plan Key to clawdbot configure.

What is the difference between coding plan key and api keys for Minimax?

@Krill 🦐


--------------

}
},
"order": {
"anthropic": [
"anthropic:default",
"anthropic:claude-cli"
]
}
},
"agents": {
"defaults": {
"model": {
"fallbacks": [
"openai-codex/gpt-5.2"
],
"primary": "minimax/MiniMax-M2.1"
},
"models": {
"openai-codex/gpt-5.2-thinking": {},
"openai-codex/gpt-5.2": {
"alias": "gpt"
},
"anthropic/claude-opus-4-5": {
"alias": "opus-4.5"
},
"minimax/MiniMax-M2.1": {
"alias": "Minimax"
}
},
Was this page helpful?