OPENAPI / COMPONENTS / SCHEMAS

Realtime Session Create Request data structure

RealtimeSessionCreateRequest

Structural definition for Realtime Session Create Request in the OpenAI API contract.

object16properties
client_secretobjectrequired

client secret value in the OpenAI API contract.

input_audio_formatstring

input audio format value in the OpenAI API contract.

input_audio_transcriptionobject

input audio transcription value in the OpenAI API contract.

instructionsstring

instructions value in the OpenAI API contract.

max_response_output_tokensstring

max response output tokens value in the OpenAI API contract.

modalitiesstring

modalities value in the OpenAI API contract.

output_audio_formatstring

output audio format value in the OpenAI API contract.

promptPrompt

prompt value in the OpenAI API contract.

speednumber

speed value in the OpenAI API contract.

temperaturenumber

temperature value in the OpenAI API contract.

tool_choicestring

tool choice value in the OpenAI API contract.

toolsarray

tools value in the OpenAI API contract.

tracingstring

tracing value in the OpenAI API contract.

truncationRealtimeTruncation

truncation value in the OpenAI API contract.

turn_detectionobject

turn detection value in the OpenAI API contract.

voiceVoiceIdsOrCustomVoice

voice value in the OpenAI API contract.