tts.create, tts.stream, voices, models, health, the OpenAI-compatible /v1/audio/speech endpoint, and CORS for browser callers — with a typed SDK and CLI.
More output formats
Native MP3, Opus, and 8 kHz µ-law (telephony) alongside WAV/PCM, via theresponse_format parameter — smaller payloads and no client-side transcoding. Until then, convert with ffmpeg.
Today the API returns WAV (24 kHz, PCM16); the OpenAI-compatible endpoint also supports raw pcm.
Python SDK
Ageko Python package mirroring this SDK’s surface (geko.tts.create(...), geko.tts.stream(...)), for Python-first backends and agents.
Today the official SDK is TypeScript/JavaScript (@gekoai/sdk).
Word / character timestamps
Optional alignment data for captions, subtitles, and highlight-as-it-speaks UIs.More languages & voices
Tokay is Kazakh today. New languages and voices appear on the same endpoints —GET /v1/models and GET /v1/voices are the source of truth, so code that reads them adapts automatically.
Want one of these sooner, or have a use case that needs it? Open an issue on GitHub — it genuinely helps prioritize.