| Статус | Провайдер | Цена / запрос |
|---|---|---|
| Онлайн | VK Cloud | 0.0011 ₽Preview |
# Синтез речи. Ответ — аудио (mp3/oggopus/wav), сохраняем в файл.
curl -X POST "https://tsarrouter.ru/v1/audio/speech" \
-H "Authorization: Bearer tsarrouter-ваш-ключ" \
-H "Content-Type: application/json" \
-d '{
"model": "vkcloud/text-to-speech",
"input": "Привет! Это синтез речи от Царь Роутера.",
"voice": "katherine",
"response_format": "mp3",
"speed": 1.0
}' --output speech.mp3