OpenRouter TypeScript SDK - v1.0.6
    Preparing search index...

    Interface ProviderPreferences

    Provider routing preferences

    interface ProviderPreferences {
        order?: string[];
        allow_fallbacks?: boolean;
        require_parameters?: boolean;
        data_collection?: "deny" | "allow";
        quantizations?: string[];
    }
    Index

    Properties

    order?: string[]
    allow_fallbacks?: boolean
    require_parameters?: boolean
    data_collection?: "deny" | "allow"
    quantizations?: string[]