knownGeminiModels top-level property
Curated capability metadata for known Gemini models, keyed by bare model name (no plugin prefix).
Derived from KnownGeminiModel; models are still resolved from raw strings,
this map only enriches known names with per-model metadata instead of the
shared commonModelInfo fallback. Plugins expose a subset via
CommonGoogleGenPlugin.knownModels.
Implementation
final knownGeminiModels = <String, ModelInfo>{
for (final model in KnownGeminiModel.values) model.id: model.info,
};