Are other provider's models supported? #924
Unanswered
vannarho-fas
asked this question in
Q&A
Replies: 3 comments 5 replies
-
Hallo |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hallo |
Beta Was this translation helpful? Give feedback.
0 replies
-
You should be able to use providers listed here I myself tested this out using gemini and it works. Example:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
e.g. something like this?
{
"model": “o3”,
"provider": "openai",
"approvalMode": “full-auto,
"fullAutoErrorMode": "ask-user",
"notify": true,
"providers": {
"openai": {
"name": "OpenAI",
"baseURL": "https://api.openai.com/v1",
"envKey": "OPENAI_API_KEY"
},
},
{
"model": “gemini-2.5-pro”,
"provider": “google”,
"approvalMode": “full-auto,
"fullAutoErrorMode": "ask-user",
"notify": true,
"providers": {
“Google”: {
"name": "Gemini",
"baseURL": "https://generativelanguage.googleapis.com/v1beta/openai", # this looks wrong?
"envKey": "GEMINI_API_KEY"
},
},
"history": {
"maxSize": 10000,
"saveHistory": true,
"sensitivePatterns": []
}
Beta Was this translation helpful? Give feedback.
All reactions