@squidcloud/client
    Preparing search index...

    Interface ModelIdSpec

    Represents an AI model.

    interface ModelIdSpec {
        integrationId?: string;
        modelId: string;
    }
    Index

    Properties

    integrationId?: string

    The integration ID if this model comes from an integration (OpenAI-compatible, Bedrock). Is undefined for Squid-provided models.

    modelId: string

    The model ID used for API calls.