1
0
forked from agents/opencode

chore: 升级核心 agent variant 至 max 并添加 MiniMax M2.7 模型定义

This commit is contained in:
2026-03-28 17:45:28 +08:00
parent 3d0daff68a
commit ff0ff59d5e
2 changed files with 10 additions and 4 deletions
+6
View File
@@ -106,6 +106,12 @@
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
"limit": { "context": 262144, "output": 262144 }
},
"minimax-m2.7": {
"name": "MiniMax M2.7",
"reasoning": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 204800, "output": 131072 }
},
"minimax-m2.5": {
"name": "MiniMax M2.5",
"reasoning": true,