From 564c1934a68a42db53f18d3a2c8c9fd7a167cacd Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 24 Apr 2026 14:57:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=20glm-5=20=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E4=B8=BA=20kimi-k2.6=20=E5=B9=B6=E7=A7=BB=E9=99=A4=20kimi-k2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 82f396c..8374d2e 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -94,11 +94,11 @@ "modalities": { "input": ["text"], "output": ["text"] }, "limit": { "context": 204800, "output": 131072 } }, - "glm-5": { - "name": "GLM-5", + "kimi-k2.6": { + "name": "Kimi K2.6", "reasoning": true, - "modalities": { "input": ["text"], "output": ["text"] }, - "limit": { "context": 204800, "output": 131072 } + "modalities": { "input": ["text", "image", "video"], "output": ["text"] }, + "limit": { "context": 262144, "output": 65536 } }, "kimi-k2p5-turbo": { "name": "Kimi K2.5 Turbo", @@ -106,12 +106,6 @@ "modalities": { "input": ["text", "image"], "output": ["text"] }, "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": { "name": "MiniMax M2.7", "reasoning": true,