Sign up (with export icon)

AIModelsConfig

Api-interface iconinterface

Configuration for AI models.

Properties

  • Chevron-right icon

    defaultModelId : string | undefined

    Decides which model is selected by default across all AI features.

  • Chevron-right icon

    displayedModels : string | Array<string> | undefined

    Decides which models are visible in model selectors across all AI features.

  • Chevron-right icon

    showModelSelector : boolean | undefined

    Decides 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