Skip to main content

livekit-plugins-gandr

Gandr text to speech for LiveKit Agents.

pip install livekit-plugins-gandr
from livekit.agents import AgentSession
from livekit.plugins import gandr

session = AgentSession(
    stt=...,
    llm=...,
    tts=gandr.TTS(voice="gandr-mia"),   # key from GANDR_API_KEY
)

Get a key at gandr.ai. The free tier is 50,000 tokens.

Voices

gandr-mia, gandr-ava, gandr-jenny, gandr-dane, gandr-leo, gandr-lewis, or a gnd: clone id. One cloned voice speaks 23 languages. Swap mid-session with session.tts.update_options(voice=...).

Behaviour worth knowing

  • Audio streams back in chunks as it is generated, so playback starts while the rest is still rendering.
  • A truncated stream is never played as if complete. The API flags an early end and the plugin raises instead of handing back half a sentence, so a FallbackAdapter can take the turn.
  • One retry through a busy moment, rather than letting the first caller in that window hear silence. await tts.prewarm() opens the path early if you would rather do it on the SIP invite than on first speech.

Accuracy

Word error rate 1.982% against a 2.171% human reference, scored by one whisper-large-v3 configuration across everything including the human baseline, n=1,088. Numbers, dates and order IDs are read correctly rather than approximated, which is the failure that actually breaks phone agents.

Every render carries an inaudible watermark.

MIT.

Release files for livekit-plugins-gandr 0.1.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for livekit-plugins-gandr 0.1.2
File Size Uploaded
livekit_plugins_gandr-0.1.2.tar.gz 6.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for livekit-plugins-gandr 0.1.2
File Interpreter ABI Platform
livekit_plugins_gandr-0.1.2-py3-none-any.whl Python 3 none any Details

Total release size: 14.7 kB

Release files / livekit_plugins_gandr-0.1.2.tar.gz

Download URL livekit_plugins_gandr-0.1.2.tar.gz
Size 6.8 kB
Tags Source
SHA-256 checksum
How to use checksums
67be92a07b47ff3363b61da71b4a1a70d68c325886bfdda818af2123fc30e0f9
BLAKE2b-256 checksum
How to use checksums
9c0a67c8c88c4bf34f6257e11ec69ac3c47c2cada85bc5322b9eecbdc95ce9a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

Release files / livekit_plugins_gandr-0.1.2-py3-none-any.whl

Download URL livekit_plugins_gandr-0.1.2-py3-none-any.whl
Size 7.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
057e33ce75815721d1fb6446bd4583dcac6321d23115e5c12f0b732d3fc7e042
BLAKE2b-256 checksum
How to use checksums
393601869da643584b0f71aae6ad1ce91dfefe891ad281e6cc0f773e20d27e27
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page