chore: update Google AI models list (#6013)

* chore: update Google AI models list

* [autofix.ci] apply automated fixes

* chore: update Gemini model name from exp to standard version

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Raphael Valdetaro 2025-02-05 15:35:34 -03:00 committed by GitHub
commit 25dfe7f474
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,18 +1,15 @@
GOOGLE_GENERATIVE_AI_MODELS = [
# GEMINI 1.5
"gemini-1.5-pro",
"gemini-1.5-flash",
"gemini-1.5-flash-8b",
"gemini-1.0-pro",
"gemini-1.0-pro-vision",
"gemini-1.5-pro-001",
"gemini-1.5-pro-002",
"gemini-1.5-flash-001",
"gemini-1.5-flash-002",
"gemini-1.5-pro-exp-0827",
"gemini-1.5-flash-exp-0827",
"gemini-1.5-flash-8b-exp-0827",
"gemini-1.5-flash-8b-exp-0924",
"gemini-exp-1114",
"gemini-2.0-flash-exp",
# PREVIEW
"gemini-2.0-flash",
"gemini-exp-1206",
"gemini-2.0-flash-thinking-exp-01-21",
"learnlm-1.5-pro-experimental",
# GEMMA
"gemma-2-2b",
"gemma-2-9b",
"gemma-2-27b",
]