DELTA VOICE
SELF-HOSTED · PRIVATE · API-FIRST

Clone a voice.
Give it anything to say.

Local voice cloning and text-to-speech powered by Qwen3-TTS. No account, no external speech API, no subscription.

ONE REQUEST

Built for your apps, too.

Every anonymous identity is also an API credential. Create a voice once, then use its permanent Voice ID anywhere.

Read the API documentation →
curl -X POST https://tts.deltaservers.nl/api/v1/audio/speech \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"voice":"voice_...","text":"Hello","format":"mp3"}' \
  --output speech.mp3