livekit-plugins-elevenlabs
Agent Framework plugin for voice synthesis with ElevenLabs' API.
What it is and what it does
This package is a plugin that connects the LiveKit Agents framework to ElevenLabs' text-to-speech API. It allows developers building voice agents on LiveKit to use ElevenLabs as their TTS provider, enabling agents to speak with ElevenLabs' voice models in realtime conversations.
The plugin is part of LiveKit's broader agent ecosystem, which includes integrations for speech-to-text, language models, and other AI services. It works alongside livekit-agents, the core framework that handles agent lifecycle, session management, and multi-modal interactions. To use it, you install the plugin, configure it as the TTS component in an AgentSession, and the framework handles the rest—routing generated text to ElevenLabs and streaming audio back to participants.
Use it for:
- Build a voice agent that speaks with a specific ElevenLabs voice in a LiveKit room
- Create a customer service bot that uses ElevenLabs TTS for natural-sounding responses
- Develop a multi-agent system where different agents use different ElevenLabs voices
- Integrate ElevenLabs voice synthesis into a telephony-connected agent via LiveKit's SIP stack
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates ElevenLabs text-to-speech into the LiveKit Agents framework for building realtime voice agents that can speak with ElevenLabs' voices.
Yes, if you are building a voice agent on LiveKit and want to use ElevenLabs for text-to-speech. The plugin is actively maintained, has no known vulnerabilities, installs cleanly, and is licensed permissively. Install it only if you already depend on livekit-agents and have chosen ElevenLabs as your TTS provider.
Install
livekit-plugins-elevenlabs on PyPI
pip
pip install livekit-plugins-elevenlabsuv
uv add livekit-plugins-elevenlabspoetry
poetry add livekit-plugins-elevenlabsInstalling livekit-plugins-elevenlabs
Before you install
Installs with minimal friction as a pure Python wheel with a single runtime dependency on livekit-agents. Released 1 day ago with active maintenance; the parent LiveKit project has 13003 stars and recent commits.
License in practice
Apache-2.0 permissive license allows commercial use, modification, and distribution with minimal restrictions—suitable for most production deployments.
Quickstart
pip install livekit-plugins-elevenlabs
from livekit.plugins import elevenlabs
from livekit.agents import AgentSession
session = AgentSession(
tts=elevenlabs.TTS(voice="your-voice-id"),
# ... other session config
)
Requires Python >=3.10.0 and livekit-agents to be installed. ElevenLabs API credentials must be configured (typically via environment variables or explicit API key).
Verify before relying
- Whether ElevenLabs API credentials are required at runtime and how they are configured
- Supported ElevenLabs voice models and whether all are available through this plugin
- Latency characteristics for realtime voice synthesis compared to other TTS providers
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10.0) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — livekit-agents |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,922,729/month — #3,429 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: livekit_plugins_elevenlabs-1.6.10-py3-none-any.whl
Keywords: ai, audio, elevenlabs, livekit, realtime, video, voice
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
livekit-plugins-assemblyaiIntegrates AssemblyAI speech-to-text into the…
permissive · top 15,000 on PyPI
livekit-plugins-rimeIntegrates Rime speech recognition into…
permissive · top 15,000 on PyPI
elevenlabsOfficial Python SDK for ElevenLabs…
permissive · top 5,000 on PyPI
livekit-blingfireProvides BlingFire tokenization bindings for…
permissive · top 5,000 on PyPI
livekit-plugins-anthropicIntegrates Anthropic's Claude models into…
permissive · top 5,000 on PyPI
livekit-plugins-groqIntegrates Groq's fast inference API with…
permissive · top 15,000 on PyPI
livekit-plugins-awsIntegrates Amazon AWS AI services (Bedrock,…
permissive · top 15,000 on PyPI
livekit-plugins-telnyxIntegrates Telnyx telephony services with…
permissive · top 15,000 on PyPI
livekit-plugins-anamAnam plugin for the LiveKit Agents framework…
permissive · top 15,000 on PyPI
livekit-plugins-xaiIntegrates xAI's Grok LLM with LiveKit's Agent…
permissive · top 15,000 on PyPI