Skip to content

google-gemini/gemini-live-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gemini Live API Examples

The Live API enables low-latency, real-time voice and video interactions with Gemini. It processes continuous streams of audio, video, or text to deliver immediate, human-like spoken responses, creating a natural conversational experience for your users.

Live API Overview

Try the Live API in Google AI Studio

Example use cases

Live API can be used to build real-time voice and video agents for a variety of industries, including:

  • E-commerce and retail: Shopping assistants that offer personalized recommendations and support agents that resolve customer issues.
  • Gaming: Interactive non-player characters (NPCs), in-game help assistants, and real-time translation of in-game content.
  • Next-gen interfaces: Voice- and video-enabled experiences in robotics, smart glasses, and vehicles.
  • Healthcare: Health companions for patient support and education.
  • Financial services: AI advisors for wealth management and investment guidance.
  • Education: AI mentors and learner companions that provide personalized instruction and feedback.

Key features

Live API offers a comprehensive set of features for building robust voice and video agents:

  • Multilingual support: Converse in 70 supported languages.
  • Barge-in: Users can interrupt the model at any time for responsive interactions.
  • Tool use: Integrates tools like function calling and Google Search for dynamic interactions.
  • Audio transcriptions: Provides text transcripts of both user input and model output.
  • Proactive audio: Lets you control when the model responds and in what contexts.
  • Affective dialog: Adapts response style and tone to match the user's input expression.

Technical specifications

The following table outlines the technical specifications for the Live API:

Category Details
Input modalities Audio (raw 16-bit PCM audio, 16kHz, little-endian), images/video (JPEG <= 1FPS), text
Output modalities Audio (raw 16-bit PCM audio, 24kHz, little-endian), text
Protocol Stateful WebSocket connection (WSS)

Examples

  • Gen AI SDK Python example: Recommended for ease of use. Connect to the Gemini Live API using the Gen AI SDK to build a real-time multimodal application with a Python backend.
  • Epheremal tokens and raw WebSocket example: RAW protocol control. Connect to the Gemini Live API using WebSockets to build a real-time multimodal application with a JavaScript frontend and a Python backend.

Partner integrations

To streamline the development of real-time audio and video apps, you can use a third-party integration that supports the Gemini Live API over WebRTC or WebSockets.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors