From e7aeec46f2f6a2b2b89e863be30bf1897137f354 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 28 Feb 2026 16:37:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4=E7=99=BE?= =?UTF-8?q?=E7=82=BC=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=EF=BC=8C=E7=A7=BB=E5=8A=A8=20Qwen=20=E7=B3=BB=E5=88=97?= =?UTF-8?q?=E8=87=B3=E6=9C=AB=E5=B0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 52 +++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 6e8b11e..250160f 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -82,32 +82,6 @@ "apiKey": "{env:BAILIAN_API_KEY}" }, "models": { - // Qwen - "qwen3.5-plus": { - "name": "Qwen3.5 Plus", - "reasoning": true, - "modalities": { "input": ["text", "image", "video"], "output": ["text"] }, - "limit": { "context": 1000000, "output": 65536 } - }, - "qwen3-max-2026-01-23": { - "name": "Qwen3 Max 2026-01-23", - "reasoning": false, - "modalities": { "input": ["text"], "output": ["text"] }, - "limit": { "context": 262144, "output": 65536 } - }, - "qwen3-coder-next": { - "name": "Qwen3 Coder Next", - "reasoning": false, - "modalities": { "input": ["text"], "output": ["text"] }, - "limit": { "context": 262144, "output": 65536 } - }, - "qwen3-coder-plus": { - "name": "Qwen3 Coder Plus", - "reasoning": false, - "modalities": { "input": ["text"], "output": ["text"] }, - "limit": { "context": 1000000, "output": 65536 } - }, - // GLM "glm-5": { "name": "GLM-5", @@ -136,6 +110,32 @@ "reasoning": true, "modalities": { "input": ["text"], "output": ["text"] }, "limit": { "context": 204800, "output": 131072 } + }, + + // Qwen + "qwen3.5-plus": { + "name": "Qwen3.5 Plus", + "reasoning": true, + "modalities": { "input": ["text", "image", "video"], "output": ["text"] }, + "limit": { "context": 1000000, "output": 65536 } + }, + "qwen3-max-2026-01-23": { + "name": "Qwen3 Max 2026-01-23", + "reasoning": false, + "modalities": { "input": ["text"], "output": ["text"] }, + "limit": { "context": 262144, "output": 65536 } + }, + "qwen3-coder-next": { + "name": "Qwen3 Coder Next", + "reasoning": false, + "modalities": { "input": ["text"], "output": ["text"] }, + "limit": { "context": 262144, "output": 65536 } + }, + "qwen3-coder-plus": { + "name": "Qwen3 Coder Plus", + "reasoning": false, + "modalities": { "input": ["text"], "output": ["text"] }, + "limit": { "context": 1000000, "output": 65536 } } } }