What is TTS Generator?
TTS Generator converts written text into natural-sounding speech using advanced AI voice synthesis. Simply type your text, select a voice, and generate high-quality audio in seconds.
Key Features:
- 67 Voices: Pre-trained in multiple languages with customization options.
- Voice Combination: Blend voices using different weights for unique audio results.
How to use TTS Generator
Via API,
Send a simple POST
request with your text, voice, and format preferences.
cURL example
curl --location 'http://api.totalgpt.ai/v1/audio/speech' --header 'Content-Type: application/json' --header 'Authorization: Bearer yourkey' --data '{ "model": "TTS-hexgrad-Kokoro-82M", "input": "This is a test TTS model", "voice": "af_alloy", "response_format": "mp3", "speed": 1.0, "lang_code": "f" }'
Via UI
-
-
Enter your text (up to 10,000 characters)
-
Choose a voice or create voice combinations
-
Select language, format, and speed settings
-
Click “Generate Audio”.
-
Play, download, or share your audio instantly.
-
Where can I use it?
Use it anywhere! If your platform supports OpenAI-compatible TTS, simply:
-
-
Plug in our API endpoint.
-
Add the voice name and your API key.
-
You’re ready to go!
-