AIModelsConfig
interface
Configuration for AI models.
Properties
defaultModelId : string | undefinedmodule:ai/aicore/model/aimodels~AIModelsConfig#defaultModelIdDecides which model is selected by default across all AI features.
displayedModels : string | Array<string> | undefinedmodule:ai/aicore/model/aimodels~AIModelsConfig#displayedModelsDecides which models are visible in model selectors across all AI features.
showModelSelector : boolean | undefinedmodule:ai/aicore/model/aimodels~AIModelsConfig#showModelSelectorDecides whether the model selector UI is visible across all AI features (Chat and Review Mode).
When
true:- If multiple models are available, the model selector dropdown is shown.
- If only one model is available, the model name is displayed instead of the selector.
When
false, the model UI will not be shown no matter how many models are available.Defaults to
true