Making realtime-conversational-agent work with Gemini API (Google AI studio) #811
+46
−8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves compatibility between Google AI Studio (Gemini API) and Vertex AI by making configuration parameters conditional based on the API provider being used.
Changes
1. Added missing
APP_NAMEenvironment variable to.envtemplateAPP_NAMEto both Google AI Studio and Vertex AI.envtemplate examples in README2. Made
SessionResumptionConfig.transparentconditional on API providertransparentparameter is supported by Vertex AI but not by the Gemini APIserver/main.pyto enabletransparent=Trueonly when using Vertex AI3. Made model name selection conditional on API provider
gemini-live-2.5-flash-preview-native-audio(with "live" prefix)gemini-2.5-flash-native-audio-preview-12-2025(with date suffix)_get_model_name()helper function with proper type hintsGOOGLE_GENAI_USE_VERTEXAIenvironment variableBenefits