Skip to content

Gandr TTS in a Haystack pipeline.

One pip install, one component, and any Haystack pipeline can speak its answer.

Ask Claude CodeAsk ChatGPT

The whole integration

Install, construct, add to the pipeline.

Integration
pip install gandr-haystack

from gandr_haystack import GandrTTS

tts = GandrTTS(voice="gandr-mia")

The component fits a standard Haystack pipeline. The key comes from GANDR_API_KEY.

What it needs

What it takes

One packagepip install gandr-haystack
A keyGANDR_API_KEY in the environment
HaystackAny recent version with pipeline components
Python3.9 or newer

A key and one stream, and your pipeline speaks.

Get a key

Full API reference , gandr.ai/docs