forked from agents/opencode
chore: 将 glm-5 替换为 kimi-k2.6 并移除 kimi-k2.5
This commit is contained in:
+4
-10
@@ -94,11 +94,11 @@
|
|||||||
"modalities": { "input": ["text"], "output": ["text"] },
|
"modalities": { "input": ["text"], "output": ["text"] },
|
||||||
"limit": { "context": 204800, "output": 131072 }
|
"limit": { "context": 204800, "output": 131072 }
|
||||||
},
|
},
|
||||||
"glm-5": {
|
"kimi-k2.6": {
|
||||||
"name": "GLM-5",
|
"name": "Kimi K2.6",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"modalities": { "input": ["text"], "output": ["text"] },
|
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
|
||||||
"limit": { "context": 204800, "output": 131072 }
|
"limit": { "context": 262144, "output": 65536 }
|
||||||
},
|
},
|
||||||
"kimi-k2p5-turbo": {
|
"kimi-k2p5-turbo": {
|
||||||
"name": "Kimi K2.5 Turbo",
|
"name": "Kimi K2.5 Turbo",
|
||||||
@@ -106,12 +106,6 @@
|
|||||||
"modalities": { "input": ["text", "image"], "output": ["text"] },
|
"modalities": { "input": ["text", "image"], "output": ["text"] },
|
||||||
"limit": { "context": 256000, "output": 256000 }
|
"limit": { "context": 256000, "output": 256000 }
|
||||||
},
|
},
|
||||||
"kimi-k2.5": {
|
|
||||||
"name": "Kimi K2.5",
|
|
||||||
"reasoning": true,
|
|
||||||
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
|
|
||||||
"limit": { "context": 262144, "output": 262144 }
|
|
||||||
},
|
|
||||||
"minimax-m2.7": {
|
"minimax-m2.7": {
|
||||||
"name": "MiniMax M2.7",
|
"name": "MiniMax M2.7",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user