Skip to content

Commit 25dfe7f

Browse files
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>
1 parent 8bf7048 commit 25dfe7f

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed
Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
GOOGLE_GENERATIVE_AI_MODELS = [
2+
# GEMINI 1.5
23
"gemini-1.5-pro",
34
"gemini-1.5-flash",
45
"gemini-1.5-flash-8b",
5-
"gemini-1.0-pro",
6-
"gemini-1.0-pro-vision",
7-
"gemini-1.5-pro-001",
8-
"gemini-1.5-pro-002",
9-
"gemini-1.5-flash-001",
10-
"gemini-1.5-flash-002",
11-
"gemini-1.5-pro-exp-0827",
12-
"gemini-1.5-flash-exp-0827",
13-
"gemini-1.5-flash-8b-exp-0827",
14-
"gemini-1.5-flash-8b-exp-0924",
15-
"gemini-exp-1114",
16-
"gemini-2.0-flash-exp",
6+
# PREVIEW
7+
"gemini-2.0-flash",
178
"gemini-exp-1206",
9+
"gemini-2.0-flash-thinking-exp-01-21",
10+
"learnlm-1.5-pro-experimental",
11+
# GEMMA
12+
"gemma-2-2b",
13+
"gemma-2-9b",
14+
"gemma-2-27b",
1815
]

0 commit comments

Comments
 (0)