mirror of
https://github.com/shareAI-lab/learn-claude-code.git
synced 2026-05-20 18:03:40 +00:00
feat: upgrade MiniMax provider from M2.5 to M2.7
- Update provider table in .env.example to reference MiniMax-M2.7 - Add MiniMax-M2.7-highspeed as a faster alternative variant - Apply changes to both international (api.minimax.io) and China mainland (api.minimaxi.com) endpoints
This commit is contained in:
parent
d882d01e07
commit
935848478c
1 changed files with 5 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ MODEL_ID=claude-sonnet-4-6
|
|||
# Provider MODEL_ID SWE-bench TB2 Base URL
|
||||
# --------------- -------------------- --------- ------ -------------------
|
||||
# Anthropic claude-sonnet-4-6 79.6% 59.1% (default)
|
||||
# MiniMax MiniMax-M2.5 80.2% - see below
|
||||
# MiniMax MiniMax-M2.7 - - see below
|
||||
# GLM (Zhipu) glm-5 77.8% - see below
|
||||
# Kimi (Moonshot) kimi-k2.5 76.8% - see below
|
||||
# DeepSeek deepseek-chat 73.0% - see below
|
||||
|
|
@ -28,7 +28,8 @@ MODEL_ID=claude-sonnet-4-6
|
|||
|
||||
# MiniMax https://www.minimax.io
|
||||
# ANTHROPIC_BASE_URL=https://api.minimax.io/anthropic
|
||||
# MODEL_ID=MiniMax-M2.5
|
||||
# MODEL_ID=MiniMax-M2.7
|
||||
# MODEL_ID=MiniMax-M2.7-highspeed # faster variant
|
||||
|
||||
# GLM (Zhipu) https://z.ai
|
||||
# ANTHROPIC_BASE_URL=https://api.z.ai/api/anthropic
|
||||
|
|
@ -46,7 +47,8 @@ MODEL_ID=claude-sonnet-4-6
|
|||
|
||||
# MiniMax https://platform.minimax.io
|
||||
# ANTHROPIC_BASE_URL=https://api.minimaxi.com/anthropic
|
||||
# MODEL_ID=MiniMax-M2.5
|
||||
# MODEL_ID=MiniMax-M2.7
|
||||
# MODEL_ID=MiniMax-M2.7-highspeed # faster variant
|
||||
|
||||
# GLM (Zhipu) https://open.bigmodel.cn
|
||||
# ANTHROPIC_BASE_URL=https://open.bigmodel.cn/api/anthropic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue