knownModels property

Map<String, ModelInfo> get knownModels

Curated per-model capability metadata exposed by this plugin, keyed by bare model name.

Model names not present here still resolve; they fall back to commonModelInfo. Override in concrete plugins to advertise accurate capabilities for known models.

Implementation

Map<String, ModelInfo> get knownModels => const {};