@squidcloud/client
    Preparing search index...

    Interface IntegrationModelSpec

    Model specification for integration-based LLM providers like Ollama.

    interface IntegrationModelSpec {
        integrationId: string;
        model: string;
    }
    Index

    Properties

    Properties

    integrationId: string

    The integration ID that provides the LLM

    model: string

    The model name within that integration