enum

Anthropic::Model

Inherits Enum / Comparable / Value / Object

Constants

Haiku = 0
Sonnet = 1
Opus = 2

Instance methods

haiku?

Returns true if this enum value equals Haiku

Source
opus?

Returns true if this enum value equals Opus

Source
sonnet?

Returns true if this enum value equals Sonnet

Source