Module: Anthropic::Models::Beta::BetaManagedAgentsModel
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/anthropic/models/beta/beta_managed_agents_model.rb
Overview
The model that will power your agent.\n\nSee models for additional details and options.
collapse
- CLAUDE_OPUS_4_6 =
Most intelligent model for building agents and coding
:"claude-opus-4-6"- CLAUDE_SONNET_4_6 =
Best combination of speed and intelligence
:"claude-sonnet-4-6"- CLAUDE_HAIKU_4_5 =
Fastest model with near-frontier intelligence
:"claude-haiku-4-5"- CLAUDE_HAIKU_4_5_20251001 =
Fastest model with near-frontier intelligence
:"claude-haiku-4-5-20251001"- CLAUDE_OPUS_4_5 =
Premium model combining maximum intelligence with practical performance
:"claude-opus-4-5"- CLAUDE_OPUS_4_5_20251101 =
Premium model combining maximum intelligence with practical performance
:"claude-opus-4-5-20251101"- CLAUDE_SONNET_4_5 =
High-performance model for agents and coding
:"claude-sonnet-4-5"- CLAUDE_SONNET_4_5_20250929 =
High-performance model for agents and coding
:"claude-sonnet-4-5-20250929"
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(Symbol, String)
33 34 35 |
# File 'lib/anthropic/models/beta/beta_managed_agents_model.rb', line 33 define_sorbet_constant!(:Variants) do T.type_alias { T.any(Anthropic::Beta::BetaManagedAgentsModel::TaggedSymbol, String) } end |