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:
@@ -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},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user