opencode: use a separate provider for gemini-3-pro-preview

This commit is contained in:
David Chen 2025-12-03 10:54:25 -08:00
parent 621e1a0273
commit 9f155501b8

View file

@ -43,9 +43,6 @@
"apiKey": "sk-dummy"
},
"models": {
"gemini-3-pro-preview": {
"name": "Gemini 3 Pro Preview (Proxy)"
},
"gpt-5.1-codex-max": {
"name": "GPT-5.1 Codex Max (High)",
"options": {
@ -60,6 +57,19 @@
}
}
}
},
"cliproxyapi-google": {
"npm": "@ai-sdk/google",
"name": "CLIProxyAPI (Google)",
"options": {
"baseURL": "http://127.0.0.1:8317/v1beta",
"apiKey": "sk-dummy"
},
"models": {
"gemini-3-pro-preview": {
"name": "Gemini 3 Pro Preview (Google OAuth)"
}
}
}
},
"agent": {