@gekoai/sdk ships a CLI, so you can synthesize speech and browse the catalog without writing code.
Commands
say <text>
Synthesize text to a .wav file.
voices
List voices for a model (no key required).
models
List available models (no key required).
Global flags
Exit codes
Scripting example
Generate a clip per line of a file:Next steps
TypeScript SDK
The programmatic client behind the same CLI.
Authentication
Create a key and set
GEKO_API_KEY.Pick a voice
Browse the catalog and audition each voice.
Errors & retries
What each exit code maps to under the hood.