Back to Models

IndexTTS-2

indexteamindexteam/indextts-2

IndexTeam's neural TTS model with low latency and high quality.

Context Length
--
Max Output
--
Request Price
$8.58/ request

Modalities

textaudio

Pricing Breakdown

TypeRate
Request$8.58 / request

request is price per 1M UTF-8 bytes

Supported Parameters

inputvoiceresponse_formatspeed

API Usage Examples

cURL
curl https://api.therouter.ai/v1/audio/speech   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "indexteam/indextts-2",
    "input": "Welcome to TheRouter.",
    "voice": "alloy"
  }'