models property

ModelsConfig? models
final

Optional models config (models: yaml section): per-slot media model overrides (managed by /models set//models remove) and named custom model definitions (/model <name> targets). Parsed strictly: a schema error throws ConfigException. null means the section is absent.

Implementation

final ModelsConfig? models;