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:
Juri
2026-09-18 16:29:00 +02:00
committed by GitHub
parent 82b02f6054
commit 22511bccb9
2 changed files with 7 additions and 0 deletions

View 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

View File

@@ -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",