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:
@@ -112,7 +112,7 @@ Optional. Only needed for non-Anthropic profiles. Plain key=value format (no quo
|
||||
|
||||
```
|
||||
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_MODEL=MiniMax-M2.7
|
||||
ANTHROPIC_SMALL_FAST_MODEL=MiniMax-M2.7
|
||||
|
||||
Reference in New Issue
Block a user