Skip to content

Gandr TTS from Python.

The official package. Zero dependencies, streaming and retry built in, one constructor line.

Ask Claude CodeAsk ChatGPT

The whole integration

Install and call. The key lives in your environment.

Integration
pip install gandr

from gandr import Gandr
g = Gandr("gnd_...")        # or read GANDR_API_KEY
g.say("Hello from Gandr.")

Python 3.9 or newer, no other packages. Streaming, prewarm and retry are inside the client, so a cold call does not fail.

What it needs

What it takes

One packagepip install gandr
A keyPass gnd_... or set GANDR_API_KEY
Python3.9 or newer
DependenciesNone

A key and one stream, and your Python app speaks.

Get a key

Full API reference , gandr.ai/docs