SongGuess
    Preparing search index...
    type AIGatewayHeaders = {
        Authorization: string;
        "cf-aig-backoff": string;
        "cf-aig-cache-key": string;
        "cf-aig-cache-ttl": number | string;
        "cf-aig-collect-log": boolean | string;
        "cf-aig-custom-cost":
            | { per_token_in?: number; per_token_out?: number }
            | { total_cost?: number }
            | string;
        "cf-aig-event-id": string;
        "cf-aig-max-attempts": number | string;
        "cf-aig-metadata":
            | Record<string, number | string | boolean | null | bigint>
            | string;
        "cf-aig-request-timeout": number | string;
        "cf-aig-retry-delay": number | string;
        "cf-aig-skip-cache": boolean | string;
        "Content-Type": string;
        [key: string]: string | number | boolean | object;
    }

    Indexable

    • [key: string]: string | number | boolean | object
    Index

    Properties

    Authorization: string
    "cf-aig-backoff": string
    "cf-aig-cache-key": string
    "cf-aig-cache-ttl": number | string
    "cf-aig-collect-log": boolean | string
    "cf-aig-custom-cost":
        | { per_token_in?: number; per_token_out?: number }
        | { total_cost?: number }
        | string
    "cf-aig-event-id": string
    "cf-aig-max-attempts": number | string
    "cf-aig-metadata":
        | Record<string, number | string | boolean | null | bigint>
        | string
    "cf-aig-request-timeout": number | string
    "cf-aig-retry-delay": number | string
    "cf-aig-skip-cache": boolean | string
    "Content-Type": string