From a0c1d889d8878c2c765b0f634555681a6de150f9 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 27 Feb 2026 17:00:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=99=BE=E7=82=BC=20?= =?UTF-8?q?Coding=20Plan=20=E6=A8=A1=E5=9E=8B=E6=8F=90=E4=BE=9B=E5=95=86?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/opencode.jsonc b/opencode.jsonc index 9452327..20059c4 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -92,6 +92,76 @@ "limit": { "context": 400000, "input": 272000, "output": 128000 } } } + }, + "bailian-coding-plan": { + "npm": "@ai-sdk/anthropic", + "name": "Model Studio Coding Plan", + "options": { + "baseURL": "https://coding.dashscope.aliyuncs.com/apps/anthropic/v1", + "apiKey": "{env:BAILIAN_API_KEY}" + }, + "models": { + "glm-5": { + "name": "GLM-5", + "reasoning": true, + "modalities": { + "input": ["text"], + "output": ["text"] + }, + "limit": { "context": 204800, "output": 131072 }, + "options": { + "thinking": { + "type": "enabled", + "budgetTokens": 1024 + } + } + }, + "glm-4.7": { + "name": "GLM-4.7", + "reasoning": true, + "modalities": { + "input": ["text"], + "output": ["text"] + }, + "limit": { "context": 204800, "output": 131072 }, + "options": { + "thinking": { + "type": "enabled", + "budgetTokens": 1024 + } + } + }, + "kimi-k2.5": { + "name": "Kimi K2.5", + "reasoning": true, + "modalities": { + "input": ["text", "image", "video"], + "output": ["text"] + }, + "limit": { "context": 262144, "output": 262144 }, + "options": { + "thinking": { + "type": "enabled", + "budgetTokens": 1024 + } + } + }, + "MiniMax-M2.5": { + "name": "MiniMax-M2.5", + "reasoning": true, + "modalities": { + "input": ["text"], + "output": ["text"] + }, + "limit": { "context": 204800, "output": 131072 }, + "options": { + "thinking": { + "type": "enabled", + "budgetTokens": 1024 + } + } + } + } } }, "disabled_providers": ["opencode"]