forked from agents/opencode
merge upstream
This commit is contained in:
@@ -82,12 +82,6 @@
|
|||||||
"apiKey": "{env:AI_GATEWAY_API_KEY}"
|
"apiKey": "{env:AI_GATEWAY_API_KEY}"
|
||||||
},
|
},
|
||||||
"models": {
|
"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": {
|
"glm-5.1": {
|
||||||
"name": "GLM-5.1",
|
"name": "GLM-5.1",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user