Gandr TTS from Node.
The official package for Node 18 and newer. Zero dependencies, same surface as the Python SDK.
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 package | npm install gandr |
| A key | Pass gnd_... or set GANDR_API_KEY |
| Node | 18 or newer |
| Dependencies | None |