Module: OpenAI::Models::Beta::AssistantUpdateParams::Model
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/openai/models/beta/assistant_update_params.rb
Overview
ID of the model to use. You can use the List models API to see all of your available models, or see our Model overview for descriptions of them.
collapse
- GPT_4_1 =
:"gpt-4.1"- GPT_4_1_MINI =
:"gpt-4.1-mini"- GPT_4_1_NANO =
:"gpt-4.1-nano"- GPT_4_1_2025_04_14 =
:"gpt-4.1-2025-04-14"- GPT_4_1_MINI_2025_04_14 =
:"gpt-4.1-mini-2025-04-14"- GPT_4_1_NANO_2025_04_14 =
:"gpt-4.1-nano-2025-04-14"- O3_MINI =
:"o3-mini"- O3_MINI_2025_01_31 =
:"o3-mini-2025-01-31"- O1 =
:o1- O1_2024_12_17 =
:"o1-2024-12-17"- GPT_4O =
:"gpt-4o"- GPT_4O_2024_11_20 =
:"gpt-4o-2024-11-20"- GPT_4O_2024_08_06 =
:"gpt-4o-2024-08-06"- GPT_4O_2024_05_13 =
:"gpt-4o-2024-05-13"- GPT_4O_MINI =
:"gpt-4o-mini"- GPT_4O_MINI_2024_07_18 =
:"gpt-4o-mini-2024-07-18"- GPT_4_5_PREVIEW =
:"gpt-4.5-preview"- GPT_4_5_PREVIEW_2025_02_27 =
:"gpt-4.5-preview-2025-02-27"- GPT_4_TURBO =
:"gpt-4-turbo"- GPT_4_TURBO_2024_04_09 =
:"gpt-4-turbo-2024-04-09"- GPT_4_0125_PREVIEW =
:"gpt-4-0125-preview"- GPT_4_TURBO_PREVIEW =
:"gpt-4-turbo-preview"- GPT_4_1106_PREVIEW =
:"gpt-4-1106-preview"- GPT_4_VISION_PREVIEW =
:"gpt-4-vision-preview"- GPT_4 =
:"gpt-4"- GPT_4_0314 =
:"gpt-4-0314"- GPT_4_0613 =
:"gpt-4-0613"- GPT_4_32K =
:"gpt-4-32k"- GPT_4_32K_0314 =
:"gpt-4-32k-0314"- GPT_4_32K_0613 =
:"gpt-4-32k-0613"- GPT_3_5_TURBO =
:"gpt-3.5-turbo"- GPT_3_5_TURBO_16K =
:"gpt-3.5-turbo-16k"- GPT_3_5_TURBO_0613 =
:"gpt-3.5-turbo-0613"- GPT_3_5_TURBO_1106 =
:"gpt-3.5-turbo-1106"- GPT_3_5_TURBO_0125 =
:"gpt-3.5-turbo-0125"- GPT_3_5_TURBO_16K_0613 =
:"gpt-3.5-turbo-16k-0613"
Class Method Summary collapse
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(String, Symbol)
235 236 237 |
# File 'lib/openai/models/beta/assistant_update_params.rb', line 235 define_sorbet_constant!(:Variants) do T.type_alias { T.any(String, OpenAI::Beta::AssistantUpdateParams::Model::TaggedSymbol) } end |