hey guys! I’m in livekit cloud, I’m not a technical builder. Is there a way to run with gemini live models?? I can only see xAI is realtime options.
@Akshay_N, Gemini Live isn’t part of LiveKit Inference (the no-code hosted realtime path in Cloud), which is why you only see xAI in the dropdown. To use Gemini Live today you need the Python or Node.js plugin with your own Google API key [ docs.livekit.io/agents/models/realtime/plugins/gemini/ ].
The cleanest starter is the official example in the agents repo: examples/voice_agents/realtime_video_agent.py. It’s ~50 lines of Python wiring google.realtime.RealtimeModel() into an AgentSession with video input. Run it as-is with your Google API key in a .env file and you have a working Gemini Live agent.
If you’re not coding yourself, that file is short enough to hand to any Python developer and be running in an hour.