skillfed

livekit-plugins-elevenlabs

Agent Framework plugin for voice synthesis with ElevenLabs' API.

livekit-plugins-elevenlabs v1.6.10 1.9M downloads/30d#3,429 on PyPI13,003
Permissive license Apache-2.0 Active released

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-elevenlabs

uv

uv add livekit-plugins-elevenlabs

poetry

poetry add livekit-plugins-elevenlabs

Installing 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

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

elevenlabs text to speech integrationlivekit voice agent ttsrealtime voice synthesis pluginelevenlabs livekit agentsvoice agent tts providerlivekit plugin elevenlabs
voice-synthesisrealtime-ailivekit-plugin

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-assemblyai

Integrates AssemblyAI speech-to-text into the…

permissive · top 15,000 on PyPI

livekit-plugins-rime

Integrates Rime speech recognition into…

permissive · top 15,000 on PyPI

elevenlabs

Official Python SDK for ElevenLabs…

permissive · top 5,000 on PyPI

livekit-blingfire

Provides BlingFire tokenization bindings for…

permissive · top 5,000 on PyPI

livekit-plugins-anthropic

Integrates Anthropic's Claude models into…

permissive · top 5,000 on PyPI

livekit-plugins-groq

Integrates Groq's fast inference API with…

permissive · top 15,000 on PyPI

livekit-plugins-aws

Integrates Amazon AWS AI services (Bedrock,…

permissive · top 15,000 on PyPI

livekit-plugins-telnyx

Integrates Telnyx telephony services with…

permissive · top 15,000 on PyPI

livekit-plugins-anam

Anam plugin for the LiveKit Agents framework…

permissive · top 15,000 on PyPI

livekit-plugins-xai

Integrates xAI's Grok LLM with LiveKit's Agent…

permissive · top 15,000 on PyPI

Further reading