From aa4a96626c41257ece948d754503d4ea7069bdbe Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 27 Feb 2026 17:01:14 +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=E7=8B=AC=E7=AB=8B=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bailian-coding-plan.json | 77 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 bailian-coding-plan.json diff --git a/bailian-coding-plan.json b/bailian-coding-plan.json new file mode 100644 index 0000000..d938f66 --- /dev/null +++ b/bailian-coding-plan.json @@ -0,0 +1,77 @@ +{ + "$schema": "https://opencode.ai/config.json", + "provider": { + "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_CODING_API_KEY}" + }, + "models": { + "qwen3.5-plus": { + "name": "Qwen3.5 Plus", + "modalities": { + "input": ["text", "image"], + "output": ["text"] + }, + "options": { + "thinking": { + "type": "enabled", + "budgetTokens": 1024 + } + } + }, + "qwen3-max-2026-01-23": { + "name": "Qwen3 Max 2026-01-23" + }, + "qwen3-coder-next": { + "name": "Qwen3 Coder Next" + }, + "qwen3-coder-plus": { + "name": "Qwen3 Coder Plus" + }, + "MiniMax-M2.5": { + "name": "MiniMax M2.5", + "options": { + "thinking": { + "type": "enabled", + "budgetTokens": 1024 + } + } + }, + "glm-5": { + "name": "GLM-5", + "options": { + "thinking": { + "type": "enabled", + "budgetTokens": 1024 + } + } + }, + "glm-4.7": { + "name": "GLM-4.7", + "options": { + "thinking": { + "type": "enabled", + "budgetTokens": 1024 + } + } + }, + "kimi-k2.5": { + "name": "Kimi K2.5", + "modalities": { + "input": ["text", "image"], + "output": ["text"] + }, + "options": { + "thinking": { + "type": "enabled", + "budgetTokens": 1024 + } + } + } + } + } + } +}