Skip to content

Commit 706fd02

Browse files
Annhiluccopybara-github
authored andcommitted
feat: Add Gemini 3.5 Flash model to options
PiperOrigin-RevId: 917918315
1 parent e12c163 commit 706fd02

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

google/genai/_interactions/types/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"gemini-3.1-flash-tts-preview",
4343
"lyria-3-clip-preview",
4444
"lyria-3-pro-preview",
45+
"gemini-3.5-flash",
4546
],
4647
str,
4748
]

google/genai/_interactions/types/model_param.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"gemini-3.1-flash-tts-preview",
4545
"lyria-3-clip-preview",
4646
"lyria-3-pro-preview",
47+
"gemini-3.5-flash",
4748
],
4849
str,
4950
]

0 commit comments

Comments
 (0)