AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Interface ProviderConfig

    interface ProviderConfig {
        apiKey?: string;
        baseURL?: string;
        headers?: Record<string, string>;
        model: string;
        provider: ProviderName;
        resourceName?: string;
    }
    Index
    apiKey?: string
    baseURL?: string

    Base URL for ollama / openai-compatible (LM Studio, vLLM, OpenRouter...).

    headers?: Record<string, string>
    model: string

    Model identifier, exactly as the provider lists it at /models. Required.

    provider: ProviderName
    resourceName?: string

    Azure resource name (when not using baseURL).