diff --git a/public/text-to-speech.html b/public/text-to-speech.html
index ae9a0c5..c415988 100644
--- a/public/text-to-speech.html
+++ b/public/text-to-speech.html
@@ -61,11 +61,11 @@
uncloseai.js Docs
Inference Setup
Text-to-Speech
- Voice Cloning
- Fast Synthesis
- HD Cloning
- Multilingual CPU
- Lightweight
+ Qwen3-TTS
+ Piper TTS
+ XTTS v2
+ Silero TTS
+ Kokoro TTS
Our Crawler
All Languages
Book
@@ -151,21 +151,21 @@ client.audio.speech.create(
The Five Engines
- The dumpster is well-organized. Five TTS engines, each rescued from a different corner of open source, all running behind the same OpenAI-compatible API. Our public endpoint runs Voice Cloning. The other four are ready for anyone who clones the repo.
+ Five TTS engines, each rescued from a different corner of open source, all running behind the same OpenAI-compatible API. Our public endpoint runs Qwen3-TTS. The other four are ready for anyone who clones the repo.
-
+
42+ cloned voices, 10 languages, voice cloning from 3-second samples. 1.7 billion parameters, 97ms first-packet latency. This is what's running on our public endpoint right now.
-
+
100+ English voices, CPU-only, ONNX runtime. The fastest engine in the dumpster — built for high-volume batch jobs and real-time applications where latency matters most.
-
+
Clone any voice from a 6-second sample across 16 languages. The highest fidelity option, rescued from the Coqui TTS project. Needs a GPU with ~4GB VRAM.
-
+
148 voices across 5 languages, all running on CPU. English, Russian, German, Spanish, and French. Clean 48kHz output, no GPU required.
-
+
82 million parameters, 34 voices. Small enough for a Raspberry Pi or an edge device. Apache 2.0 licensed, 24kHz output.
Self-Hosting
diff --git a/public/tts/fast-synthesis.html b/public/tts/fast-synthesis.html
index 94660b2..6a437d2 100644
--- a/public/tts/fast-synthesis.html
+++ b/public/tts/fast-synthesis.html
@@ -6,7 +6,7 @@
- Fast Synthesis Engine | uncloseai-speech | uncloseai.com
+ Piper TTS | uncloseai-speech | uncloseai.com
@@ -54,11 +54,11 @@
uncloseai.js Docs
Inference Setup
Text-to-Speech
- Voice Cloning
- Fast Synthesis
- HD Cloning
- Multilingual CPU
- Lightweight
+ Qwen3-TTS
+ Piper TTS
+ XTTS v2
+ Silero TTS
+ Kokoro TTS
Our Crawler
All Languages
Book
@@ -71,7 +71,7 @@
uncloseai.
- Fast Synthesis Engine
+ Piper TTS
@@ -117,7 +117,7 @@ client.audio.speech.create(
Runtime: ONNX (fast CPU inference)
Sample rate: 22.05kHz
Hardware: CPU only, no GPU needed
- Upstream: Piper TTS / OHF-Voice fork
+ Upstream: Piper TTS / OHF-Voice fork
Self-Hosting
diff --git a/public/tts/hd-cloning.html b/public/tts/hd-cloning.html
index 0f7621f..624aca4 100644
--- a/public/tts/hd-cloning.html
+++ b/public/tts/hd-cloning.html
@@ -6,7 +6,7 @@
- HD Voice Cloning Engine | uncloseai-speech | uncloseai.com
+ XTTS v2 | uncloseai-speech | uncloseai.com
@@ -54,11 +54,11 @@
uncloseai.js Docs
Inference Setup
Text-to-Speech
- Voice Cloning
- Fast Synthesis
- HD Cloning
- Multilingual CPU
- Lightweight
+ Qwen3-TTS
+ Piper TTS
+ XTTS v2
+ Silero TTS
+ Kokoro TTS
Our Crawler
All Languages
Book
@@ -71,7 +71,7 @@
uncloseai.
- HD Voice Cloning Engine
+ XTTS v2
@@ -137,7 +137,7 @@ cp my_voice_clean.wav ~/uncloseai-speech/voices/me.wav
Languages: 16 with automatic detection
Voice cloning: From 6-second audio samples
Hardware: GPU required (~4GB VRAM)
- Upstream: XTTS v2 / Coqui TTS (community-maintained)
+ Upstream: XTTS v2 / Coqui TTS (community-maintained)
Self-Hosting
diff --git a/public/tts/lightweight.html b/public/tts/lightweight.html
index c6a30f0..43f4822 100644
--- a/public/tts/lightweight.html
+++ b/public/tts/lightweight.html
@@ -6,7 +6,7 @@
- Lightweight Engine | uncloseai-speech | uncloseai.com
+ Kokoro TTS | uncloseai-speech | uncloseai.com
@@ -54,11 +54,11 @@
uncloseai.js Docs
Inference Setup
Text-to-Speech
- Voice Cloning
- Fast Synthesis
- HD Cloning
- Multilingual CPU
- Lightweight
+ Qwen3-TTS
+ Piper TTS
+ XTTS v2
+ Silero TTS
+ Kokoro TTS
Our Crawler
All Languages
Book
@@ -71,7 +71,7 @@
uncloseai.
- Lightweight Engine
+ Kokoro TTS
@@ -118,7 +118,7 @@ client.audio.speech.create(
License: Apache 2.0 (commercial use OK)
Sample rate: 24kHz
Hardware: CPU or GPU, minimal resources needed
- Upstream: Kokoro TTS by Hexgrad
+ Upstream: Kokoro TTS by Hexgrad
Self-Hosting
diff --git a/public/tts/multilingual-cpu.html b/public/tts/multilingual-cpu.html
index 9fd28b2..bbe5782 100644
--- a/public/tts/multilingual-cpu.html
+++ b/public/tts/multilingual-cpu.html
@@ -6,7 +6,7 @@
- Multilingual CPU Engine | uncloseai-speech | uncloseai.com
+ Silero TTS | uncloseai-speech | uncloseai.com
@@ -54,11 +54,11 @@
uncloseai.js Docs
Inference Setup
Text-to-Speech
- Voice Cloning
- Fast Synthesis
- HD Cloning
- Multilingual CPU
- Lightweight
+ Qwen3-TTS
+ Piper TTS
+ XTTS v2
+ Silero TTS
+ Kokoro TTS
Our Crawler
All Languages
Book
@@ -71,7 +71,7 @@
uncloseai.
- Multilingual CPU Engine
+ Silero TTS
@@ -128,7 +128,7 @@ client.audio.speech.create(
Runtime: PyTorch (torch.hub)
Hardware: CPU only, no GPU needed
Model size: ~50-100MB per language
- Upstream: Silero TTS, actively maintained
+ Upstream: Silero TTS , actively maintained
Self-Hosting
diff --git a/public/tts/voice-cloning.html b/public/tts/voice-cloning.html
index 099116f..21927f3 100644
--- a/public/tts/voice-cloning.html
+++ b/public/tts/voice-cloning.html
@@ -6,7 +6,7 @@
- Voice Cloning Engine | uncloseai-speech | uncloseai.com
+ Qwen3-TTS | uncloseai-speech | uncloseai.com
@@ -54,11 +54,11 @@
uncloseai.js Docs
Inference Setup
Text-to-Speech
- Voice Cloning
- Fast Synthesis
- HD Cloning
- Multilingual CPU
- Lightweight
+ Qwen3-TTS
+ Piper TTS
+ XTTS v2
+ Silero TTS
+ Kokoro TTS
Our Crawler
All Languages
Book
@@ -71,7 +71,7 @@
uncloseai.
- Voice Cloning Engine
+ Qwen3-TTS
@@ -144,7 +144,7 @@ client.audio.speech.create(
Sample rate: 24kHz
Latency: 97ms first packet
Hardware: GPU recommended, runs on CPU (slower)
- Upstream: Qwen3-TTS by Alibaba, actively maintained
+ Upstream: Qwen3-TTS by Alibaba , actively maintained
Self-Hosting