docs: update MiniMax CLI backend config to M2.7 and current API URL

This commit is contained in:
Octopus
2026-03-18 07:59:13 -05:00
committed by PR Bot
parent 7ce6f4fd40
commit 2aac9d218e
@@ -215,14 +215,14 @@ Minimax 是稀宇科技(MiniMax)推出的新一代大语言模型,在编
**获取 API Key**
访问 https://platform.minimaxi.com/user-center/basic-information/interface-key 注册并获取 API Key。
访问 https://platform.minimax.io/ 注册并获取 API Key。
**配置方法:**
```bash
export ANTHROPIC_BASE_URL=https://api.minimaxi.com/anthropic
export ANTHROPIC_BASE_URL=https://api.minimax.io/anthropic
export ANTHROPIC_AUTH_TOKEN=YOUR_MINIMAX_API_KEY
export ANTHROPIC_MODEL=MiniMax-Text-01
export ANTHROPIC_MODEL=MiniMax-M2.7
```
#### 使用 DeepSeek 作为后端(推荐)