livekit-plugins-respeecher 1.6.7


pip install livekit-plugins-respeecher

  Latest version

Released: Jul 25, 2026


Meta
Author: LiveKit
Requires Python: >=3.10.0

Classifiers

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Programming Language
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Topic
  • Multimedia :: Sound/Audio
  • Scientific/Engineering :: Artificial Intelligence

Respeecher plugin for LiveKit Agents

Support for Respeecher's TTS in LiveKit Agents.

More information is available in the docs for the Respeecher integration.

Installation

pip install livekit-plugins-respeecher

Pre-requisites

You'll need an API key from Respeecher. It can be set as an environment variable: RESPEECHER_API_KEY or passed to the respeecher.TTS() constructor.

To get the key, log in to Respeecher Space.

Example

To try out the Respeecher plugin, run the example:

uv run python examples/other/text-to-speech/respeecher_tts.py start

Check examples/other/text-to-speech/README.md for running details.

Extras: None
Dependencies:
aiohttp
livekit-agents (>=1.6.7)