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

    Interface AIModelSection

    A section of AI models with an optional header and a list of model items.

    interface AIModelSection {
        header?: string;
        items: AIModelItem[];
    }
    Index

    Properties

    Properties

    header?: string

    Optional section header text (e.g. 'Advanced Models - DuckDuckGo subscription')

    items: AIModelItem[]

    List of AI models in this section