Skip to content

Commit c0cfbdf

Browse files
gary149claude
andauthored
Add MiniMax-M2.7 model to available LLM options (#2232)
feat: add description for MiniMax-M2.7 from router https://claude.ai/code/session_01LW25rCAUhvo5X5do5pZmgR Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3b0c062 commit c0cfbdf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

chart/env/dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ envVars:
7979
PUBLIC_LLM_ROUTER_ALIAS_ID: "omni"
8080
MODELS: >
8181
[
82+
{ "id": "MiniMaxAI/MiniMax-M2.7", "description": "Self-evolving 230B MoE agent for frontier coding, reasoning, and tool use." },
8283
{ "id": "zai-org/GLM-5.1", "description": "Upgraded 754B MoE for agentic coding, extended reasoning, and tool use.", "parameters": { "max_tokens": 49152 } },
8384
{ "id": "zai-org/GLM-5.1-FP8", "description": "FP8 GLM-5.1 for efficient agentic coding and reasoning inference.", "parameters": { "max_tokens": 49152 } },
8485
{ "id": "google/gemma-4-31B-it", "description": "Dense multimodal Gemma with 256K context, reasoning, and function calling." },

chart/env/prod.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ envVars:
8989
PUBLIC_LLM_ROUTER_ALIAS_ID: "omni"
9090
MODELS: >
9191
[
92+
{ "id": "MiniMaxAI/MiniMax-M2.7", "description": "Self-evolving 230B MoE agent for frontier coding, reasoning, and tool use." },
9293
{ "id": "zai-org/GLM-5.1", "description": "Upgraded 754B MoE for agentic coding, extended reasoning, and tool use.", "parameters": { "max_tokens": 49152 } },
9394
{ "id": "zai-org/GLM-5.1-FP8", "description": "FP8 GLM-5.1 for efficient agentic coding and reasoning inference.", "parameters": { "max_tokens": 49152 } },
9495
{ "id": "google/gemma-4-31B-it", "description": "Dense multimodal Gemma with 256K context, reasoning, and function calling." },

0 commit comments

Comments
 (0)