@conciergus/chat - v0.3.1
    Preparing search index...

    Interface CostMetrics

    Cost tracking metrics

    interface CostMetrics {
        inputCost: number;
        outputCost: number;
        totalCost: number;
        costPerToken: number;
        currency: string;
        pricingModel?: string;
    }
    Index

    Properties

    inputCost: number

    Input cost in USD

    outputCost: number

    Output cost in USD

    totalCost: number

    Total cost in USD

    costPerToken: number

    Cost per token

    currency: string

    Currency code

    pricingModel?: string

    Pricing model used