@squidcloud/client
    Preparing search index...

    Interface ListChatModelsResponse

    Response containing the list of chat models available to an application. Includes both Squid-provided vendor models and any custom integration models. Vendor models carry a human-readable description. Deprecated vendor models are included only when requested via includeDeprecated and are marked with replacedBy.

    interface ListChatModelsResponse {
        models: ModelIdSpec[];
    }
    Index

    Properties

    Properties

    models: ModelIdSpec[]

    All chat models available to the application.