From 2c645726fe28913967a97f7598b46777398a7157 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 18 Mar 2026 09:40:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=B2=BE=E7=AE=80=20LiteLLM=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE=E5=B9=B6=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 49 +++++-------------------------------------------- 1 file changed, 5 insertions(+), 44 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index f856175..a58487b 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -1,12 +1,9 @@ { "$schema": "https://opencode.ai/config.json", + "plugin": ["oh-my-opencode@latest"], "autoupdate": false, "model": "anthropic/claude-opus-4-6", "small_model": "anthropic/claude-haiku-4-5", - "experimental": { - "disable_paste_summary": true - }, - "plugin": ["oh-my-opencode@latest"], "provider": { "anthropic": { "npm": "@ai-sdk/anthropic", @@ -85,70 +82,34 @@ "apiKey": "{env:LITELLM_API_KEY}" }, "models": { - // Grok "grok-code-fast-1": { "name": "Grok Code Fast 1", "reasoning": true, "modalities": { "input": ["text"], "output": ["text"] }, "limit": { "context": 256000, "output": 10000 } }, - - // GLM "glm-5": { "name": "GLM-5", "reasoning": true, "modalities": { "input": ["text"], "output": ["text"] }, "limit": { "context": 204800, "output": 131072 } }, - "glm-4.7": { - "name": "GLM-4.7", - "reasoning": true, - "modalities": { "input": ["text"], "output": ["text"] }, - "limit": { "context": 204800, "output": 131072 } - }, - - // Kimi "kimi-k2.5": { "name": "Kimi K2.5", "reasoning": true, "modalities": { "input": ["text", "image", "video"], "output": ["text"] }, "limit": { "context": 262144, "output": 262144 } }, - - // MiniMax "minimax-m2.5": { - "name": "MiniMax-M2.5", + "name": "MiniMax M2.5", "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": { - "name": "Qwen3 Max", - "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 } } } } + }, + "experimental": { + "disable_paste_summary": true } }