返回模型列表

IndexTTS-2

indexteamindexteam/indextts-2

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

上下文长度
--
最大输出
--
请求价格
$8.58每次请求

模态能力

文本音频

价格明细

类型费率
请求$8.58 每次请求

request is price per 1M UTF-8 bytes

支持参数

inputvoiceresponse_formatspeed

API 使用示例

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"
  }'