From d38b41cb7327e962b644bbc9b0469da03046ecf9 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 28 Mar 2026 17:49:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20GLM-5.1=20?= =?UTF-8?q?=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 a555e14..52c5932 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -94,6 +94,12 @@ "modalities": { "input": ["text"], "output": ["text"] }, "limit": { "context": 256000, "output": 10000 } }, + "glm-5.1": { + "name": "GLM-5.1", + "reasoning": true, + "modalities": { "input": ["text"], "output": ["text"] }, + "limit": { "context": 204800, "output": 131072 } + }, "glm-5": { "name": "GLM-5", "reasoning": true,