From d7afc709fa0f2ae78b90ae55f2c864bff62f57f8 Mon Sep 17 00:00:00 2001 From: Angel Caamal Date: Thu, 5 Feb 2026 16:54:47 +0000 Subject: [PATCH 1/2] chore(genai): Update live_audiogen_with_txt to gemini-2.5-flash-native-audio --- genai/live/live_audiogen_with_txt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genai/live/live_audiogen_with_txt.py b/genai/live/live_audiogen_with_txt.py index a6fc09f2e2a..de9dac2e35b 100644 --- a/genai/live/live_audiogen_with_txt.py +++ b/genai/live/live_audiogen_with_txt.py @@ -29,7 +29,7 @@ async def generate_content() -> None: VoiceConfig) client = genai.Client() - model = "gemini-2.0-flash-live-preview-04-09" + model = "gemini-2.5-flash-native-audio-latest" # For more Voice options, check https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-flash#live-api-native-audio voice_name = "Aoede" From 77c771f7de9352573da877bb32d1b584479aeb93 Mon Sep 17 00:00:00 2001 From: Angel Caamal Date: Fri, 6 Feb 2026 22:59:50 +0000 Subject: [PATCH 2/2] chore(genai) Update gimini to live-2.5 --- genai/live/live_audiogen_with_txt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genai/live/live_audiogen_with_txt.py b/genai/live/live_audiogen_with_txt.py index de9dac2e35b..29e20e8d661 100644 --- a/genai/live/live_audiogen_with_txt.py +++ b/genai/live/live_audiogen_with_txt.py @@ -29,7 +29,7 @@ async def generate_content() -> None: VoiceConfig) client = genai.Client() - model = "gemini-2.5-flash-native-audio-latest" + model = "gemini-live-2.5-flash-native-audio" # For more Voice options, check https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-flash#live-api-native-audio voice_name = "Aoede"