enum

Crig::Providers::OpenAI::OpenAIServiceTier

Inherits Enum < Comparable < Value < Object

Constants

Auto = 0
Default = 1
Flex = 2

Constructors

from_wire(value : String) : self
Source

Instance methods

auto?

Returns true if this enum value equals Auto

Source
default?

Returns true if this enum value equals Default

Source
flex?

Returns true if this enum value equals Flex

Source
to_wire
Source