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.