Share via


ClientEventInputAudioBufferCommit interface

Send this event to commit the user input audio buffer, which will create a new user message item in the conversation. This event will produce an error if the input audio buffer is empty. When in Server VAD mode, the client does not need to send this event, the server will commit the audio buffer automatically. Committing the input audio buffer will trigger input audio transcription (if enabled in session configuration), but it will not create a response from the model. The server will respond with an input_audio_buffer.committed event.

Extends

Properties

type

The event type, must be input_audio_buffer.commit.

Inherited Properties

eventId

Property Details

type

The event type, must be input_audio_buffer.commit.

type: "input_audio_buffer.commit"

Property Value

"input_audio_buffer.commit"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ClientEvent.eventId