Llm enum
Values
- swaggerGeneratedUnknown → const Llm
-
const Llm(null)
- gpt4oMini → const Llm
-
const Llm('gpt-4o-mini')
- gpt4o → const Llm
-
const Llm('gpt-4o')
- gpt4 → const Llm
-
const Llm('gpt-4')
- gpt4Turbo → const Llm
-
const Llm('gpt-4-turbo')
- gpt41 → const Llm
-
const Llm('gpt-4.1')
- gpt41Mini → const Llm
-
const Llm('gpt-4.1-mini')
- gpt41Nano → const Llm
-
const Llm('gpt-4.1-nano')
- gpt35Turbo → const Llm
-
const Llm('gpt-3.5-turbo')
- gemini15Pro → const Llm
-
const Llm('gemini-1.5-pro')
- gemini15Flash → const Llm
-
const Llm('gemini-1.5-flash')
- gemini20Flash001 → const Llm
-
const Llm('gemini-2.0-flash-001')
- gemini20FlashLite → const Llm
-
const Llm('gemini-2.0-flash-lite')
- gemini25Flash → const Llm
-
const Llm('gemini-2.5-flash')
- gemini10Pro → const Llm
-
const Llm('gemini-1.0-pro')
- claudeSonnet4 → const Llm
-
const Llm('claude-sonnet-4')
- claude37Sonnet → const Llm
-
const Llm('claude-3-7-sonnet')
- claude35Sonnet → const Llm
-
const Llm('claude-3-5-sonnet')
- claude35SonnetV1 → const Llm
-
const Llm('claude-3-5-sonnet-v1')
- claude3Haiku → const Llm
-
const Llm('claude-3-haiku')
- grokBeta → const Llm
-
const Llm('grok-beta')
- customLlm → const Llm
-
const Llm('custom-llm')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited