Chatoyant - v0.2.1
    Preparing search index...

    Interface ProviderMeta

    Provider metadata for configuration and detection.

    interface ProviderMeta {
        name: string;
        signatures: readonly string[];
        envKey: string;
        baseUrl: string;
    }
    Index

    Properties

    name: string

    Human-readable provider name

    signatures: readonly string[]

    Model name signatures for auto-detection (e.g., ["gpt", "o1", "o3"] for OpenAI)

    envKey: string

    Environment variable name for the API key

    baseUrl: string

    Base URL for the provider's API