chore: 简化配置文件格式,添加 Gemini 3.1 Pro 模型

This commit is contained in:
2026-04-03 00:10:22 +08:00
parent 7cc5251acc
commit 4b784e0ac1
2 changed files with 25 additions and 84 deletions
+6
View File
@@ -82,6 +82,12 @@
"apiKey": "{env:AI_GATEWAY_API_KEY}"
},
"models": {
"gemini-3.1-pro-preview": {
"name": "Gemini 3.1 Pro",
"reasoning": true,
"modalities": { "input": ["text", "image"], "output": ["text"] },
"limit": { "context": 128000, "output": 128000 } // github copilot only has a 128k context size
},
"glm-5.1": {
"name": "GLM-5.1",
"reasoning": true,