Module: OpenAI::Models::VideoModel
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/openai/models/video_model.rb
collapse
- SORA_2 =
:"sora-2"- SORA_2_PRO =
:"sora-2-pro"- SORA_2_2025_10_06 =
:"sora-2-2025-10-06"- SORA_2_PRO_2025_10_06 =
:"sora-2-pro-2025-10-06"- SORA_2_2025_12_08 =
:"sora-2-2025-12-08"
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, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(String, Symbol)
23 24 25 |
# File 'lib/openai/models/video_model.rb', line 23 define_sorbet_constant!(:Variants) do T.type_alias { T.any(String, OpenAI::VideoModel::TaggedSymbol) } end |