Назад к моделям
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
Для новых интеграций используйте глобальный endpoint api.therouter.ai из примеров ниже; старый China accelerated endpoint выведен из эксплуатации.
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"
}'