What it is: Smallest.ai is a voice-AI platform built on small, specialized models — text-to-speech (Lightning), speech-to-text (Pulse), and voice-agent orchestration (Voice 4.0) — all reachable through one REST API called Waves. The bet in the name: for real-time voice, small purpose-built models beat big general ones on the two things that actually decide whether a voice agent ships — latency and cost per minute.

On July 30, 2026 the company closed a $13M Series A led by Seligman Ventures (with Sierra Ventures and 3one4 Capital), pushing total funding past $21M in about nine months, and launched Voice 4.0. Here's the founder's-eye view: what it is, who's behind it, how to start, and what it costs.

Who's behind it#

Smallest.ai was founded in 2023 by Sudarshan Kamath (CEO) and Akshat Mandloi. It's an India-based team, which shows up in the product: the multilingual support leans into Indian languages alongside the usual European set, so if your users speak Hindi, Tamil, Telugu, Kannada, Malayalam, Marathi, or Gujarati, that coverage is a real edge rather than a checkbox.

What's actually new#

Voice 4.0 runs on "Hydra." The interesting architectural claim is asynchronous: instead of a strict listen → reason → act → respond pipeline, Hydra runs those stages in parallel. The point is the awkward gap — the beat of silence after a human interrupts an agent mid-sentence. Parallelizing the loop is how you shave that lag, and lag is the single most "is this a robot?" tell in a voice product.

Lightning V3 is the TTS side. The V3 family (V3, V3.1, V3.2) adds:

The company reports a 3.89 mean-opinion score, a 5.38% word-error rate, and roughly a 76% naturalness win rate against OpenAI's gpt-4o-mini-tts. Those are vendor-reported, so treat them as a reason to run your own bake-off, not as settled fact.

Pulse STT Pro is the transcription side — 38 languages, speaker diarization, and built-in PII/PCI redaction, which matters the moment your agent touches a payment or a support call under compliance.

How to start#

The on-ramp is the Waves API: Lightning (TTS) and Pulse (STT) over plain REST, so your first call is a normal HTTP request with an API key — no mandatory WebSocket plumbing to stand up before you hear audio. Sync, SSE, and streaming are all supported when you're ready for real-time. If you're wiring this into an agent loop, the same LiveKit / Pipecat / Vapi orchestration choices apply — Smallest.ai slots in as the TTS/STT layer underneath them.

What it costs#

Pricing is usage-based. The text-to-speech is listed around $0.0135 per 1,000 characters, and the Lightning line has been listed near $0.02 per minute of audio, with volume plans on the pricing page. Voice pricing moves fast, so verify on smallest.ai/pricing before you build a cost model. The reason this clears the bar for a team of one is the pairing: sub-100ms-target latency plus per-character billing means a real-time voice agent is a pay-as-you-go line item, not an enterprise contract.

The honest fit#

Reach for Smallest.ai when your priority is latency and cost per minute at volume — sales, support, IVR-style flows — and you want STT, TTS, and orchestration from one vendor behind one API. If instead you need a huge prebuilt voice library or one specific studio-grade voice, an incumbent may fit better. Either way, don't decide on the marketing numbers: run a real comparison on your own scripts, the way we lay out in how to evaluate a voice agent, and put it head-to-head with the field in Cartesia vs ElevenLabs vs Kokoro.