Narender Kumar • 3 months ago
Gemini 3 Live API
I am trying to use live API with Gemini API.
I found the example code as below:
https://github.com/google-gemini/cookbook/blob/main/quickstarts/Get_started_LiveAPI.py
This code works fine with gemini2.5 but does not work with gemini 3.
Is Live API not yet supported in gemini3?
If yes, can I user gemini2.5 for live interaction and gemini 3 for other batch processing for this hackathon?
Log in or sign up for Devpost to join the conversation.

2 comments
Yilun Sun • 3 months ago
the same question
Shawni Devpost Manager • 2 months ago
Hi there,
Apologies for the delay. I've heard back from the team and they said this which I hope helps: "Keep your Android UI exactly the same, but replace the Puter.js fetch calls with the Official Google AI Client Library for Kotlin.
Get a Key: Go to Google AI Studio, get a free API key, and plug it into your app. "
Good luck!