🐱

Kitten TTS

Ultra-lightweight Text-to-Speech API. Under 25MB. No cloud required.

Under 25MB REST API Real-time Multi-language

Try It


Pricing

Free

$0/mo
  • 50 requests/day
  • Max 200 characters
  • 1 voice
  • Community support

Enterprise

Custom
  • Unlimited requests
  • Custom voices
  • On-premise deployment
  • SLA guarantee
  • Dedicated support

API Documentation

POST /tts

Convert text to speech

curl -X POST http://kittentts.tech/tts \ -H "Content-Type: application/json" \ -d '{"text": "Hello world", "voice": "default"}' \ --output speech.wav

GET /health

Check service status

curl http://kittentts.tech/health # {"status":"ok","service":"kitten-tts","uptime":12345}