OpenAiModel enum
Supported OpenAI models.
Values
- gpt_4 → const OpenAiModel
-
const OpenAiModel(TiktokenEncodingType.cl100k_base) - gpt_4o → const OpenAiModel
-
const OpenAiModel(TiktokenEncodingType.o200k_base) - chatgpt_4o → const OpenAiModel
-
const OpenAiModel(TiktokenEncodingType.o200k_base) - gpt_4o_mini → const OpenAiModel
-
const OpenAiModel(TiktokenEncodingType.o200k_base) - o1 → const OpenAiModel
-
const OpenAiModel(TiktokenEncodingType.o200k_base) - o1_mini → const OpenAiModel
-
const OpenAiModel(TiktokenEncodingType.o200k_base) - o1_preview → const OpenAiModel
-
const OpenAiModel(TiktokenEncodingType.o200k_base)
Properties
- encoding → TiktokenEncodingType
-
final
- 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
-
toJson(
) → Map< String, Object?> - Returns the model as a json object.
-
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.