RealtimeServerEventRateLimitsUpdated
objectEmitted at the beginning of a Response to indicate the updated rate limits.
When a Response is created some tokens will be “reserved” for the output
tokens, the rate limits shown here reflect that reservation, which is then
adjusted accordingly once the Response is completed.
The unique ID of the server event.
The event type, must be rate_limits.updated.
Allowed values:rate_limits.updated
List of rate limit information.
Show Child Parameters
RealtimeServerEventResponseAudioDelta
objectReturned when the model-generated audio is updated.
The unique ID of the server event.
The event type, must be response.audio.delta.
Allowed values:response.audio.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.
Base64-encoded audio data delta.
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.