REST: response.output_audio.done '[CURRENTLY NOT SUPPORTED]'
Статья создана
Обновлена 30 декабря 2025 г.
HTTP request
POST https://ai.api.cloud.yandex.net/v1/realtime/server-events/response.output_audio.done
Body parameters
Request schema: application/json
{
"type": "string",
"event_id": "string",
"response_id": "string",
"output_index": "integer",
"item_id": "string",
"content_index": "integer"
}
Returned when the model-generated audio is done. Also emitted when a response is interrupted, incomplete, or cancelled.
|
Field |
Description |
|
type |
enum Required field. The event type, must be
|
|
event_id |
string Required field. The unique ID of the server event. |
|
response_id |
string Required field. The ID of the response. |
|
output_index |
integer Required field. The index of the output item in the response. |
|
item_id |
string Required field. The ID of the item. |
|
content_index |
integer Required field. The index of the content part in the item's content array. |
Response
HTTP Code: 200
OK