Module: OpenAI::Models::AllModels::ResponsesOnlyModel
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/openai/models/all_models.rb
Constant Summary collapse
- O1_PRO =
:"o1-pro"
- O1_PRO_2025_03_19 =
:"o1-pro-2025-03-19"
- O3_PRO =
:"o3-pro"
- O3_PRO_2025_06_10 =
:"o3-pro-2025-06-10"
- O3_DEEP_RESEARCH =
:"o3-deep-research"
- O3_DEEP_RESEARCH_2025_06_26 =
:"o3-deep-research-2025-06-26"
- O4_MINI_DEEP_RESEARCH =
:"o4-mini-deep-research"
- O4_MINI_DEEP_RESEARCH_2025_06_26 =
:"o4-mini-deep-research-2025-06-26"
- COMPUTER_USE_PREVIEW =
:"computer-use-preview"
- COMPUTER_USE_PREVIEW_2025_03_11 =
:"computer-use-preview-2025-03-11"
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
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
.values ⇒ Array<Symbol>
|
# File 'lib/openai/models/all_models.rb', line 28
|