Smallest AI
Smallest AI builds ultra-low-latency voice infrastructure - the Waves text-to-speech engine (Lightning / Lightning v2 models) for realtime speech synthesis and instant voice cloning, plus the Atoms platform for building and deploying production voice agents. The Waves REST API at https://waves-api.smallest.ai/api/v1 generates speech with sub-100ms latency, supports SSE and WebSocket streaming, and exposes voice listing and cloning via a Bearer-authenticated interface.
APIs
Smallest AI Text-to-Speech (Waves)
Synthesizes natural speech from text with the Lightning family of models (sub-100ms latency, up to 44.1 kHz) via POST /lightning/get_speech, with configurable voice, sample rate...
Smallest AI Streaming / Realtime TTS
Realtime, low-latency text-to-speech delivered as base64 audio chunks over HTTP Server-Sent Events (POST /lightning-v2/get_speech/stream) and over a bidirectional WebSocket (wss...
Smallest AI Voices / Cloning
Lists available prebuilt voices, clones a new voice from a short audio sample, lists cloned voices, and deletes cloned voices for use as voice_id values in synthesis requests.
Smallest AI Atoms (Voice Agents)
The Atoms platform for building, testing, and deploying production voice agents - orchestrating Waves TTS and Pulse STT with LLM-driven conversation flows, exposed through a dev...
Collections
Pricing Plans
Rate Limits
FinOps
Smallest Ai Finops
FINOPSEvent Specifications
Smallest AI Waves Realtime TTS (WebSocket)
Realtime, bidirectional text-to-speech over WebSocket for the Smallest AI Waves Lightning v2 model. The client opens a WebSocket connection, sends one or more JSON text payloads...
ASYNCAPI