mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-19 05:12:16 +03:00
feat(providers): register gemini-3.8-flash (#12663)
* feat(providers): register gemini-3.8-flash * chore(changelog): add fragment for gemini-3.8-flash #12638
This commit is contained in:
1
changelog.d/features/12638-gemini-3.8-flash.md
Normal file
1
changelog.d/features/12638-gemini-3.8-flash.md
Normal file
@@ -0,0 +1 @@
|
||||
- **feat(providers):** register `gemini-3.8-flash` ([#12638](https://github.com/diegosouzapw/OmniRoute/issues/12638)) — Gemini 3.8 Flash (DeepMind 2026-09-02) with tool calling and vision support
|
||||
@@ -18,6 +18,12 @@ export const geminiProvider: RegistryEntry = {
|
||||
clientSecretDefault: resolvePublicCred("gemini_alt"),
|
||||
},
|
||||
models: [
|
||||
{
|
||||
id: "gemini-3.8-flash",
|
||||
name: "Gemini 3.8 Flash",
|
||||
toolCalling: true,
|
||||
supportsVision: true,
|
||||
},
|
||||
{
|
||||
id: "gemini-3.7-flash",
|
||||
name: "Gemini 3.7 Flash",
|
||||
|
||||
Reference in New Issue
Block a user