unified-llm-client
    Preparing search index...

    Interface ProviderOptions

    interface ProviderOptions {
        anthropic?: AnthropicProviderOptions;
        google?: GoogleProviderOptions;
        openai?: OpenAIProviderOptions;
    }
    Index

    Properties