Mayson Monorepo Documentation
    Preparing search index...

    Interface AICostBreakdown

    Cost breakdown for a request

    interface AICostBreakdown {
        promptCost: number;
        completionCost: number;
        totalCost: number;
    }
    Index

    Properties

    promptCost: number
    completionCost: number
    totalCost: number