> ## Documentation Index
> Fetch the complete documentation index at: https://elatoai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Gemini

> Get started with Gemini Realtime API

Gemini's Live API enables real-time, streaming conversations. We currently support the latest Gemini Live Multimodal model `gemini-2.5-flash-native-audio-preview-12-2025`.

To use Gemini models on your ESP32, set your `GEMINI_API_KEY` in the `.env` file in your Deno server. (Currently only works with the Deno server, not the NextJS web-app).

## Demo

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/_zUBue3pfVI" title="Gemini tutorial" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Additional resources

* [https://ai.google.dev/gemini-api/docs/live](https://ai.google.dev/gemini-api/docs/live)
