@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface AIModelItem

    An individual AI model available for selection.

    interface AIModelItem {
        id: string;
        isEnabled: boolean;
        name: string;
        shortName: string;
        supportsImageUpload: boolean;
    }
    Index

    Properties

    id: string

    Model identifier

    isEnabled: boolean

    Whether the model is enabled and selectable

    name: string

    Full display name

    shortName: string

    Short display name for the model selector button

    supportsImageUpload: boolean

    Whether this model supports image attachments