You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/openai/resources/audio/speech.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ class Speech
13
13
# @option params [String, Symbol, OpenAI::Models::Audio::SpeechModel] :model One of the available [TTS models](https://platform.openai.com/docs/models#tts):
14
14
# `tts-1`, `tts-1-hd` or `gpt-4o-mini-tts`.
15
15
#
16
-
# @option params [Symbol, OpenAI::Models::Audio::SpeechCreateParams::Voice] :voice The voice to use when generating the audio. Supported voices are `alloy`, `ash`,
17
-
# `coral`, `echo`, `fable`, `onyx`, `nova`, `sage` and `shimmer`. Previews of the
18
-
# voices are available in the
16
+
# @option params [String, Symbol] :voice The voice to use when generating the audio. Supported voices are `alloy`, `ash`,
17
+
# `ballad`, `coral`, `echo`, `fable`, `onyx`, `nova`, `sage`, `shimmer`, and
18
+
# `verse`. Previews of the voices are available in the
19
19
# [Text to speech guide](https://platform.openai.com/docs/guides/text-to-speech#voice-options).
20
20
#
21
21
# @option params [String] :instructions Control the voice of your generated audio with additional instructions. Does not
Copy file name to clipboardExpand all lines: lib/openai/resources/responses/input_items.rb
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ class InputItems
14
14
#
15
15
# @option params [String] :before An item ID to list items before, used in pagination.
16
16
#
17
+
# @option params [Array<Symbol, OpenAI::Models::Responses::ResponseIncludable>] :include Additional fields to include in the response. See the `include` parameter for
18
+
# Response creation above for more information.
19
+
#
17
20
# @option params [Integer] :limit A limit on the number of objects to be returned. Limit can range between 1 and
0 commit comments