From 007a92e324139c404db6ff1c4cab3c0d69d5c325 Mon Sep 17 00:00:00 2001 From: Google Team Member Date: Fri, 7 Aug 2026 15:11:44 -0700 Subject: [PATCH] feat: Add gemini-3.7-flash to ModelOption enum PiperOrigin-RevId: 961143097 --- google/genai/_gaos/types/interactions/model.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/google/genai/_gaos/types/interactions/model.py b/google/genai/_gaos/types/interactions/model.py index eec2a2c93..220ad6c22 100644 --- a/google/genai/_gaos/types/interactions/model.py +++ b/google/genai/_gaos/types/interactions/model.py @@ -59,6 +59,8 @@ "gemini-3.5-flash", # Our most intelligent model for sustained frontier performance in agentic and coding tasks. "gemini-3.6-flash", + # Our most intelligent model for sustained frontier performance in agentic and coding tasks. + "gemini-3.7-flash", # Our low-latency, music generation model optimized for high-fidelity audio clips and precise rhythmic control. "lyria-3-clip-preview", # Our advanced, full-song generative model with deep compositional understanding, optimized for precise structural control and complex transitions across diverse musical styles.