Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.09 KB

RealtimeClientEventResponseCreateResponse.md

File metadata and controls

21 lines (13 loc) · 1.09 KB

RealtimeClientEventResponseCreateResponse

Configuration for the response.

Properties

Name Type Description Notes
modalities List<String> The modalities for the response. [optional]
instructions String Instructions for the model. [optional]
voice String The voice the model uses to respond - one of `alloy`, `echo`, or `shimmer`. [optional]
outputAudioFormat String The format of output audio. [optional]
tools List<RealtimeClientEventResponseCreateResponseToolsInner> Tools (functions) available to the model. [optional]
toolChoice String How the model chooses tools. [optional]
temperature BigDecimal Sampling temperature. [optional]
maxOutputTokens RealtimeClientEventResponseCreateResponseMaxOutputTokens [optional]