From 9531af8acbecd721f47daae6bcf6ed138185cf00 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 30 Mar 2026 16:11:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20Kimi=20K2.5?= =?UTF-8?q?=20Turbo=20=E6=A8=A1=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/opencode.jsonc b/opencode.jsonc index 63d2173..ed6a9e9 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -100,6 +100,12 @@ "modalities": { "input": ["text"], "output": ["text"] }, "limit": { "context": 204800, "output": 131072 } }, + "kimi-k2p5-turbo": { + "name": "Kimi K2.5 Turbo", + "reasoning": true, + "modalities": { "input": ["text", "image"], "output": ["text"] }, + "limit": { "context": 256000, "output": 256000 } + }, "kimi-k2.5": { "name": "Kimi K2.5", "reasoning": true, From 500caf5575455c2837c64776b8bb2919e06c1bb5 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 30 Mar 2026 16:13:29 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=20MiniMax=20M2.?= =?UTF-8?q?5=20=E6=A8=A1=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index ed6a9e9..8a1b575 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -117,12 +117,6 @@ "reasoning": true, "modalities": { "input": ["text"], "output": ["text"] }, "limit": { "context": 204800, "output": 131072 } - }, - "minimax-m2.5": { - "name": "MiniMax M2.5", - "reasoning": true, - "modalities": { "input": ["text"], "output": ["text"] }, - "limit": { "context": 204800, "output": 131072 } } } }