RealtimeServerEventResponseAudioDone
objectReturned when the model-generated audio is done. Also emitted when a Response
is interrupted, incomplete, or cancelled.
The unique ID of the server event.
The event type, must be response.audio.done.
Allowed values:response.audio.done
The ID of the response.
The ID of the item.
The index of the output item in the response.
The index of the content part in the item’s content array.
RealtimeServerEventResponseAudioTranscriptDelta
objectReturned when the model-generated transcription of audio output is updated.
The unique ID of the server event.
The event type, must be response.audio_transcript.delta.
Allowed values:response.audio_transcript.delta
The ID of the response.
The ID of the item.
The index of the output item in the response.
The index of the content part in the item’s content array.
The transcript delta.
RealtimeServerEventResponseAudioTranscriptDone
objectReturned when the model-generated transcription of audio output is done
streaming. Also emitted when a Response is interrupted, incomplete, or
cancelled.
The unique ID of the server event.
The event type, must be response.audio_transcript.done.
Allowed values:response.audio_transcript.done
The ID of the response.
The ID of the item.
The index of the output item in the response.
The index of the content part in the item’s content array.
The final transcript of the audio.
RealtimeServerEventResponseContentPartAdded
objectReturned when a new content part is added to an assistant message item during
response generation.
The unique ID of the server event.
The event type, must be response.content_part.added.
Allowed values:response.content_part.added
The ID of the response.
The ID of the item to which the content part was added.
The index of the output item in the response.
The index of the content part in the item’s content array.
The content part that was added.
Show Child Parameters
RealtimeServerEventResponseContentPartDone
objectReturned when a content part is done streaming in an assistant message item.
Also emitted when a Response is interrupted, incomplete, or cancelled.
The unique ID of the server event.
The event type, must be response.content_part.done.
Allowed values:response.content_part.done
The ID of the response.
The ID of the item.
The index of the output item in the response.
The index of the content part in the item’s content array.
The content part that is done.