Configuration for the response.
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] |