UNPKG

gemini-cost-tracker

Version:

CLI tool to display token usage and costs for Gemini and Vertex AI

13 lines 479 B
import { Formatter, CostReport } from '../../types/index.js'; export declare class ChartFormatter implements Formatter { format(data: CostReport): string; private calculateDailyCosts; private calculateServiceBreakdown; private calculateModelBreakdown; private calculateDailyTokens; private renderDailyCostChart; private renderServiceChart; private renderModelChart; private renderTokenTrendChart; } //# sourceMappingURL=chartFormatter.d.ts.map