OpenAIModel enum
Values
- gpt3_5Turbo → const OpenAIModel
-
const OpenAIModel('gpt-3.5-turbo') - gpt4 → const OpenAIModel
-
const OpenAIModel('gpt-4') - gpt4_1 → const OpenAIModel
-
const OpenAIModel('gpt-4.1') - gpt4o → const OpenAIModel
-
const OpenAIModel('gpt-4o') - o3 → const OpenAIModel
-
const OpenAIModel('o3') - o3Mini → const OpenAIModel
-
const OpenAIModel('o3-mini') - o3Pro → const OpenAIModel
-
const OpenAIModel('o3-pro') - o4Mini → const OpenAIModel
-
const OpenAIModel('o4-mini') - gptImage1 → const OpenAIModel
-
const OpenAIModel('gpt-image-1') - gptOss120b → const OpenAIModel
-
const OpenAIModel('gpt-oss-120b') - gptOss20b → const OpenAIModel
-
const OpenAIModel('gpt-oss-20b') - textEmbeddingAda002 → const OpenAIModel
-
const OpenAIModel('text-embedding-ada-002')
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
Constants
-
values
→ const List<
OpenAIModel> - A constant List of the values in this enum, in order of their declaration.