v
latestOpenAPI 3.1.0Proprietary2026-08-0892426.6 KBSpeech
Complete the open (final) turn of a conversation
Given a conversation, complete its last ('open') turn. A speaker-only open turn is authored (text + audio); an open turn with text is rendered as that speaker, conditioned on the prior turns (contextual TTS).
post/v1/converse
Request body
Example request
{
"model": "kalpa-tts-beta-v0.1"
}Response
Successful Response
Example response
{
"reply": {
"audio": {
"sample_rate": 24000
}
}
}