1
0
forked from agents/opencode

refactor: 迁移百炼 Coding Plan 模型配置至 opencode 主配置

This commit is contained in:
2026-02-27 19:34:34 +08:00
parent 6f832d3d8c
commit abea1e52c0
2 changed files with 36 additions and 77 deletions

View File

@@ -100,6 +100,42 @@
"apiKey": "{env:BAILIAN_API_KEY}"
},
"models": {
"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-5": {
"name": "GLM-5",
"reasoning": true,