@themaximalist/llm.js
    Preparing search index...

    Interface Usage

    interface Usage {
        input_cost: number;
        input_tokens: number;
        local: boolean;
        output_cost: number;
        output_tokens: number;
        total_cost: number;
        total_tokens: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    input_cost: number
    input_tokens: number
    local: boolean
    output_cost: number
    output_tokens: number
    total_cost: number
    total_tokens: number