From f4159bd6e367534d5bc842a9f4edf17e5a9122ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Mar 2026 15:20:46 +0000 Subject: [PATCH] docs: update Gemini Live for Gemini 3 support Add note about Gemini 3.x model support in the Gemini Live service documentation. The service now automatically detects and handles both Gemini 2.5 and Gemini 3.x models. --- server/services/s2s/gemini-live.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/server/services/s2s/gemini-live.mdx b/server/services/s2s/gemini-live.mdx index d0d0ddb8..b2ab4173 100644 --- a/server/services/s2s/gemini-live.mdx +++ b/server/services/s2s/gemini-live.mdx @@ -285,6 +285,7 @@ llm = GeminiLiveLLMService( ## Notes +- **Model support**: The service supports both Gemini 2.5 and Gemini 3.x models. The service automatically detects and handles model-specific behavior. - **System instruction precedence**: If a system instruction is provided both at init time and in the LLM context, the context-provided value takes precedence. - **Tools precedence**: Similarly, tools provided in the context override tools provided at init time. - **Transcription aggregation**: Gemini Live sends user transcriptions in small chunks. The service aggregates them into complete sentences using end-of-sentence detection with a 0.5-second timeout fallback.