Skip to content

Gandr TTS from Node.

The official package for Node 18 and newer. Zero dependencies, same surface as the Python SDK.

Ask Claude CodeAsk ChatGPT

The whole integration

Install and call. Keep the key on the server.

Integration
npm install gandr

const { Gandr } = require('gandr');
const g = new Gandr('gnd_...');   // or read GANDR_API_KEY
await g.say('Hello from Gandr.');

Node 18 or newer, no other packages. Streaming, prewarm and retry are inside the client.

What it needs

What it takes

One packagenpm install gandr
A keyPass gnd_... or set GANDR_API_KEY
Node18 or newer
DependenciesNone

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

Get a key

Full API reference , gandr.ai/docs