#Getting 404 Not Found Error for Minimax M2.7 using MiniMax OAuth (Global)
1 messages · Page 1 of 1 (latest)
I think you may have hit a known MiniMax OAuth bug in 2026.4.10.
A fix landed right after that release for minimax-portal setups. The OAuth config patch was missing:
api: "anthropic-messages"authHeader: true
That can cause 404 Not Found on MiniMax OAuth requests.
Quick checks first:
- If you used MiniMax OAuth, your model should be
minimax-portal/MiniMax-M2.7, notminimax/MiniMax-M2.7 - Run:
openclaw models list --provider minimax-portal openclaw models status
Best fix:
- Update OpenClaw
- Re-run:
then pickopenclaw configureminimax-global-oauth - Restart:
openclaw gateway restart
Manual workaround if you want to patch config now:
{
models: {
providers: {
"minimax-portal": {
baseUrl: "https://api.minimax.io/anthropic",
api: "anthropic-messages",
authHeader: true,
},
},
},
}
Docs:
If it still fails, paste the exact 404 error plus:
openclaw status
openclaw models status