feat: add gemini-3.1-pro-preview to model lists

Add the newly released Gemini 3.1 Pro model to both the
native API fallback list and the admin UI test model dropdown.
This commit is contained in:
0-don
2026-02-20 23:27:30 +01:00
parent 074bd0dfda
commit 1004bd86ac
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ func DefaultModels() []Model {
{Name: "models/gemini-2.5-pro", SupportedGenerationMethods: methods},
{Name: "models/gemini-3-flash-preview", SupportedGenerationMethods: methods},
{Name: "models/gemini-3-pro-preview", SupportedGenerationMethods: methods},
{Name: "models/gemini-3.1-pro-preview", SupportedGenerationMethods: methods},
}
}