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

    Interface ChatCompletionResponse

    interface ChatCompletionResponse {
        id: string;
        object: string;
        created: number;
        model: string;
        choices: ChatChoice[];
        usage?: Usage;
        system_fingerprint?: string;
    }
    Index

    Properties

    id: string
    object: string
    created: number
    model: string
    choices: ChatChoice[]
    usage?: Usage
    system_fingerprint?: string