Skip to main content

input_audio_buffer.committed

Emitted after you send input_audio_buffer.commit and the server has transcribed and returned all audio buffered in the session.

After this, the server will not send any more events, so disconnect promptly. The server will also try to disconnect after a few seconds.

event_idstringrequired

Server-generated unique event identifier

typestringrequired

Fixed value

Possible values: [input_audio_buffer.committed]

input_audio_buffer.committed
{
"event_id": "string",
"type": "input_audio_buffer.committed"
}