From 5c7748ed30b3170584ef13c1b6742214fc0eb02b Mon Sep 17 00:00:00 2001 From: Abhishek Mishra Date: Wed, 28 Jan 2026 03:09:48 +0530 Subject: [PATCH] docs: update Smallest AI voice list with actual available voices --- docs/tts.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/tts.md b/docs/tts.md index 15b766815..915d5d9d5 100644 --- a/docs/tts.md +++ b/docs/tts.md @@ -146,7 +146,12 @@ Smallest AI notes: - `lightning-v3.1` is the latest model, optimized for low latency (ideal for real-time) - `waves` model offers higher quality speech - Native `mulaw` @ 8kHz support for telephony (no resampling needed) -- 30+ voices available: `lauren`, `emily`, `jasmine`, `arman`, `james`, `george`, `karen`, etc. +- 20+ voices available: + - **US Female:** `sophia`, `sandra`, `rachel`, `lauren`, `hannah`, `vanessa`, `brooke`, `megan` + - **US Male:** `robert`, `johnny`, `ethan`, `lucas`, `daniel` + - **British Male:** `edward` + - **Indian Female:** `advika`, `aisha`, `yuvika`, `ishani`, `anuja` + - **Indian Male:** `vaibhav`, `hitesh`, `gaurav`, `vivaan`, `arjun`, `kunal`, `siddharth` - Get full voice list: `curl -H "Authorization: Bearer $SMALLEST_API_KEY" https://waves-api.smallest.ai/api/v1/lightning/get_voices` ### Edge TTS primary (no API key)