Introduce project as uncloseai-speech on text-to-speech page
This commit is contained in:
parent
6bd6a12f83
commit
d5088b6978
1 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#43a047">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<title>Open-Source Text-to-Speech | UncloseAI Speech | uncloseai.com</title>
|
||||
<title>Open-Source Text-to-Speech | uncloseai-speech | uncloseai.com</title>
|
||||
<meta name="description" content="Self-hostable OpenAI-compatible text-to-speech API with 4 TTS engines, 227+ voices, and zero API keys. Learn ML by building real TTS infrastructure.">
|
||||
|
||||
<!-- PicoCSS -->
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
<h2 id="raccoon-mission">🦝 Raccoon Mission: Rescuing Abandoned TTS Models</h2>
|
||||
|
||||
<p><strong>UncloseAI Speech</strong> is our community-driven initiative to rescue, preserve, and unify abandoned text-to-speech models into a single, resilient, self-hostable API.</p>
|
||||
<p><strong>uncloseai-speech</strong> is our community-driven initiative to rescue, preserve, and unify abandoned text-to-speech models into a single, resilient, self-hostable API.</p>
|
||||
|
||||
<blockquote>
|
||||
<p><strong>"Why raccoons?"</strong> Because like raccoons, we dig through the digital dumpsters of abandoned GitHub repos and archived projects, rescuing valuable open-source TTS models that orgs have left behind. We give them a new home, maintain them, and make them accessible to everyone.</p>
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
<pre><code class="bash">curl https://speech.ai.unturf.com/v1/audio/speech \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"input": "Welcome to UncloseAI Speech. Four TTS engines, zero API keys.",
|
||||
"input": "Welcome to uncloseai-speech. Four TTS engines, zero API keys.",
|
||||
"voice": "alloy"
|
||||
}' > output.mp3</code></pre>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue