skillfed

livekit-plugins-google

Agent Framework plugin for services from Google Cloud

livekit-plugins-google v1.6.10 1.2M downloads/30d#4,266 on PyPI13,003
Permissive license Apache-2.0 Active released

What it is and what it does

This package is a plugin for LiveKit Agents that bridges Google Cloud AI services into real-time conversational applications. It provides integrations for Gemini and Gemini Live models, Cloud Speech-to-Text for transcription, and Cloud Text-to-Speech for audio synthesis. The plugin abstracts away the complexity of wiring these services together, letting you build voice-based agents that can listen, understand, reason, and speak using Google's AI models.

You'll need a Google Cloud account with credentials configured (either passed directly or via Application Default Credentials) and the respective APIs enabled for your project. The package supports multiple Gemini Live models across both the Gemini Developer API and Vertex AI, though they have different model names and slightly different behavior. It's designed for developers building real-time interactive applications like voice assistants or conversational bots.

Use it for:

  • Build real-time voice assistants using Gemini Live API with native audio streaming.
  • Add speech-to-text transcription to LiveKit video/voice applications via Cloud Speech-to-Text.
  • Synthesize natural-sounding responses with Cloud Text-to-Speech in agent conversations.
  • Create interactive conversational agents that understand and respond in real time.
  • Deploy multi-modal AI agents combining video, audio, and text in LiveKit sessions.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Google Cloud AI services (Gemini, Speech-to-Text, Text-to-Speech) with LiveKit Agents for building real-time conversational applications.

Yes, if you're building real-time conversational applications with LiveKit and want to use Google's AI services. The package is actively maintained, has low install friction, and integrates cleanly with the LiveKit Agents framework. Requires a Google Cloud account and API setup; not suitable if you need offline-only or non-Google AI backends.

Install

livekit-plugins-google on PyPI

pip

pip install livekit-plugins-google

uv

uv add livekit-plugins-google

poetry

poetry add livekit-plugins-google

Installing livekit-plugins-google

Before you install

Low friction install with a pure-Python wheel. The package is actively maintained with a recent release and depends on well-established Google Cloud libraries, though you'll need Google Cloud credentials and enabled APIs.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects.

Quickstart

pip install livekit-plugins-google

from livekit.agents import google

# Use with LiveKit agents framework
# Requires google-auth credentials and enabled Google Cloud APIs

Requires Python 3.10 or later, a Google Cloud account with credentials, and enabled Cloud Speech-to-Text and Cloud Text-to-Speech APIs.

Verify before relying

  • Whether Gemini Live API models (gemini-3.1-flash-live-preview, gemini-2.5-flash-native-audio-preview variants) are production-ready or still in preview.
  • Pricing and quota implications of using multiple Google Cloud services (Speech-to-Text, Text-to-Speech, Gemini) simultaneously.
  • Whether the package handles automatic credential refresh or requires manual management.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 5 — google-auth, google-cloud-speech, google-cloud-texttospeech, google-genai, livekit-agents
Maintenance actively maintained — 1 days since the last release
Last repo commit
First released
Downloads 1,174,642/month — #4,266 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: livekit_plugins_google-1.6.10-py3-none-any.whl

Keywords: ai, audio, gemini, google, livekit, realtime, video, voice

Intended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Topic :: Multimedia :: Sound/AudioTopic :: Multimedia :: VideoTopic :: Scientific/Engineering :: Artificial Intelligence

Tags

google gemini livekit integrationreal-time voice ai agentscloud speech to text ttsgemini live api agentsgoogle cloud ai pluginlivekit google integrationreal-time conversational ai
real-time-aivoice-agentsgoogle-cloud

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

livekit-plugins-cartesia

Integrates Cartesia's voice AI services…

permissive · top 5,000 on PyPI

livekit-plugins-deepgram

Integrates Deepgram's voice AI services…

permissive · top 5,000 on PyPI

livekit-plugins-azure

Integrates Azure AI services, particularly…

permissive · top 15,000 on PyPI

livekit-plugins-sarvam

Integrates Sarvam.ai's Indian-language voice AI…

permissive · top 15,000 on PyPI

google-antigravity

Builds and runs AI agents powered by Google's…

permissive · top 15,000 on PyPI

livekit-plugins-inworld

Integrates Inworld's text-to-speech and…

permissive · top 15,000 on PyPI

livekit-plugins-assemblyai

Integrates AssemblyAI speech-to-text into the…

permissive · top 15,000 on PyPI

gassist-text

Wraps the Google Assistant API to send text…

permissive · top 15,000 on PyPI

google-cloud-aiplatform

Python SDK for building, deploying, and…

permissive · top 1,000 on PyPI

rasa

Rasa is an open-source machine learning…

permissive · top 15,000 on PyPI

Further reading