AssistantModels enum
Available assistant models. Mind that the list may not be exhaustive nor up-to-date.
Values
- gpt4 → const AssistantModels
- gpt432k → const AssistantModels
- gpt432k0314 → const AssistantModels
- gpt432k0613 → const AssistantModels
- gpt40125Preview → const AssistantModels
- gpt40314 → const AssistantModels
- gpt40613 → const AssistantModels
- gpt41106Preview → const AssistantModels
- gpt4Turbo → const AssistantModels
- gpt4Turbo20240409 → const AssistantModels
- gpt4TurboPreview → const AssistantModels
- gpt4VisionPreview → const AssistantModels
- gpt4o → const AssistantModels
- gpt4o20240513 → const AssistantModels
- gpt4o20240806 → const AssistantModels
- gpt4o20241120 → const AssistantModels
- gpt4oMini → const AssistantModels
- gpt4oMini20240718 → const AssistantModels
- gpt35Turbo → const AssistantModels
- gpt35Turbo16k → const AssistantModels
- gpt35Turbo16k0613 → const AssistantModels
- gpt35Turbo0125 → const AssistantModels
- gpt35Turbo0613 → const AssistantModels
- gpt35Turbo1106 → const AssistantModels
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
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
Constants
-
values
→ const List<
AssistantModels> - A constant List of the values in this enum, in order of their declaration.