Module: OpenAI::Models::AllModels::ResponsesOnlyModel

Extended by:
Internal::Type::Enum
Defined in:
lib/openai/models/all_models.rb,
sig/openai/models/all_models.rbs

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"
GPT_5_5_PRO =
:"gpt-5.5-pro"
GPT_5_5_PRO_2026_04_23 =
:"gpt-5.5-pro-2026-04-23"
GPT_5_CODEX =
:"gpt-5-codex"
GPT_5_PRO =
:"gpt-5-pro"
GPT_5_PRO_2025_10_06 =
:"gpt-5-pro-2025-10-06"
GPT_5_1_CODEX_MAX =
:"gpt-5.1-codex-max"
GPT_DAYBREAK_BLUE_LATEST =
:"gpt-daybreak-blue-latest"
GPT_DAYBREAK_RED_LATEST =
:"gpt-daybreak-red-latest"
GPT_5_6_CYBER =
:"gpt-5.6-cyber"
GPT_ROSALIND_RESEARCH =
:"gpt-rosalind-research"

Class Method Summary collapse

Instance 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, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.values ⇒ Array<Symbol>



# File 'lib/openai/models/all_models.rb', line 38


Instance Method Details

#self?.values ⇒ ::Array[OpenAI::Models::AllModels::responses_only_model]



57
# File 'sig/openai/models/all_models.rbs', line 57

def self?.values: -> ::Array[OpenAI::Models::AllModels::responses_only_model]