KnownGeminiModel enum
Gemini models the Google generative-AI plugins curate capability metadata for.
Each value pairs a bare model id (no plugin prefix) with a display
label; info builds the shared multimodal capability preset. Other model
names still resolve dynamically via the plugin's commonModelInfo
fallback, so this enum only enriches the names listed here.
Values
- gemini35Flash → const KnownGeminiModel
-
const KnownGeminiModel('gemini-3.5-flash', 'Gemini 3.5 Flash') - gemini31FlashLite → const KnownGeminiModel
-
const KnownGeminiModel('gemini-3.1-flash-lite', 'Gemini 3.1 Flash Lite') - gemini31FlashImage → const KnownGeminiModel
-
const KnownGeminiModel('gemini-3.1-flash-image', 'Gemini 3.1 Flash Image') - gemini3ProImage → const KnownGeminiModel
-
const KnownGeminiModel('gemini-3-pro-image', 'Gemini 3 Pro Image')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Bare model name (no plugin prefix).
final
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- info → ModelInfo
-
The multimodal capability profile for this model.
no setter
- label → String
-
Human-readable label surfaced in listings.
final
- 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<
KnownGeminiModel> - A constant List of the values in this enum, in order of their declaration.