diff --git a/src/pipecat/services/gemini_multimodal_live/gemini.py b/src/pipecat/services/gemini_multimodal_live/gemini.py index 04219d96e..6ee545561 100644 --- a/src/pipecat/services/gemini_multimodal_live/gemini.py +++ b/src/pipecat/services/gemini_multimodal_live/gemini.py @@ -165,7 +165,7 @@ class GeminiMultimodalLiveLLMService(LLMService): *, api_key: str, base_url: str = "", - model="models/gemini-2.0-flash-exp", + model="models/gemini-2.0-flash-live-001", voice_id: str = "Charon", start_audio_paused: bool = False, start_video_paused: bool = False,