v

latestOpenAPI 3.1.0Proprietary2026-08-0892426.6 KB
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

modelstring nullable

Public model id (see GET /v1/models). Omit/null for the default model.

Example request

{
  "model": "kalpa-tts-beta-v0.1"
}

Response

Successful Response

request_idstring required

Correlation id; identical to the X-Request-ID response header.

modelstring required

Resolved public model id that served the request.

metaobject

Example response

{
  "reply": {
    "audio": {
      "sample_rate": 24000
    }
  }
}