Speech
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
}
}
}Changes
Changed in 2 of the 4 revisions of this API.32
- ●
removed the request property
params/top_krequest-property-removed
- ●
- ●
removed the request property
params/penalty_windowrequest-property-removed
- ●
removed the request property
params/repetition_penaltyrequest-property-removed
- ○
the
max_new_tokensrequest property default value512was removedrequest-property-default-value-removed
- ○
request property
params/max_new_tokenslist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ●