@@ -454,8 +454,9 @@ type ChatCompletionAudioParam struct {
454454 // Specifies the output audio format. Must be one of `wav`, `mp3`, `flac`, `opus`,
455455 // or `pcm16`.
456456 Format param.Field [ChatCompletionAudioParamFormat ] `json:"format,required"`
457- // The voice the model uses to respond. Supported voices are `alloy`, `ash`,
458- // `ballad`, `coral`, `echo`, `sage`, `shimmer`, and `verse`.
457+ // The voice the model uses to respond. Supported voices are `ash`, `ballad`,
458+ // `coral`, `sage`, and `verse` (also supported but not recommended are `alloy`,
459+ // `echo`, and `shimmer`; these voices are less expressive).
459460 Voice param.Field [ChatCompletionAudioParamVoice ] `json:"voice,required"`
460461}
461462
@@ -483,8 +484,9 @@ func (r ChatCompletionAudioParamFormat) IsKnown() bool {
483484 return false
484485}
485486
486- // The voice the model uses to respond. Supported voices are `alloy`, `ash`,
487- // `ballad`, `coral`, `echo`, `sage`, `shimmer`, and `verse`.
487+ // The voice the model uses to respond. Supported voices are `ash`, `ballad`,
488+ // `coral`, `sage`, and `verse` (also supported but not recommended are `alloy`,
489+ // `echo`, and `shimmer`; these voices are less expressive).
488490type ChatCompletionAudioParamVoice string
489491
490492const (
0 commit comments