Module realtime_response

Module realtime_response 

Source

Modules§

modalities
status_details
usage

Structs§

Object
The object type, must be realtime.response.
StatusDetails
Additional details about the status.
Usage
Usage statistics for the Response, this will correspond to billing. A Realtime API session will maintain a conversation context and append new Items to the Conversation, thus output from previous turns (text and audio tokens) will become the input for later turns.

Enums§

MaxOutputTokens
Maximum number of output tokens for a single assistant response, inclusive of tool calls, that was used in this response.
OutputAudioFormat
The format of output audio. Options are pcm16, g711_ulaw, or g711_alaw.
Status
The final status of the response (completed, cancelled, failed, or incomplete, in_progress).