class

OpenAI::RealtimeSessionCreateRequestInputAudioTranscription

Inherits JSON::Serializable < Reference < Object

Configuration for input audio transcription, defaults to off and can be set to null to turn off once on. Input audio transcription is not native to the model, since the model consumes audio directly. Transcription runs asynchronously and should be treated as rough guidance rather than the representation understood by the model.

Constructors

new(model : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

model

The model to use for transcription.

Source
model=(model : String | Nil)

The model to use for transcription.

Source