@squidcloud/client
    Preparing search index...

    Interface ListChatModelsRequest

    Request options for listing the chat models available to an application.

    interface ListChatModelsRequest {
        includeDeprecated?: boolean;
    }
    Index

    Properties

    includeDeprecated?: boolean

    When true, deprecated vendor models (those with replacedBy) are included. Defaults to false (only active models are returned).