fix: update MiniMax Anthropic-compat base URL to api.minimaxi.chat

MiniMax moved their Anthropic-compatible API from api.minimax.io to
api.minimaxi.chat. The old endpoint returns 404; the new one returns 200.
Key is unchanged and still valid. Native api.minimax.io endpoints (e.g.
subscription check) are unaffected.

Claude-Session: https://claude.ai/code/session_01XtWRazqRbMnMRa4iV3zbVx
This commit is contained in:
Paul O'Reilly
2026-07-17 19:25:08 +12:00
parent a63f5a0f80
commit 0476c00e81

View File

@@ -112,7 +112,7 @@ Optional. Only needed for non-Anthropic profiles. Plain key=value format (no quo
``` ```
MODEL_ID=MiniMax-M2.7 MODEL_ID=MiniMax-M2.7
ANTHROPIC_BASE_URL=https://api.minimax.io/anthropic ANTHROPIC_BASE_URL=https://api.minimaxi.chat/anthropic
ANTHROPIC_API_KEY_FILE=~/.claude-secrets/minimax-auth-token ANTHROPIC_API_KEY_FILE=~/.claude-secrets/minimax-auth-token
ANTHROPIC_MODEL=MiniMax-M2.7 ANTHROPIC_MODEL=MiniMax-M2.7
ANTHROPIC_SMALL_FAST_MODEL=MiniMax-M2.7 ANTHROPIC_SMALL_FAST_MODEL=MiniMax-M2.7