forked from agents/opencode
Compare commits
2 Commits
ac6a3f58d1
...
360064eff9
| Author | SHA1 | Date | |
|---|---|---|---|
| 360064eff9 | |||
| 6c821b65c5 |
@@ -82,12 +82,6 @@
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user