UNPKG

@light-merlin-dark/tok

Version:

Fast token estimation and cost calculation for enterprise LLMs with CLI and MCP support

6 lines 260 B
export declare class CostCalculator { static cost(tokens: number, dollarsPerMillion: number): number; static formatCost(cost: number): string; static tokensPerDollar(dollarsPerMillion: number): number; } //# sourceMappingURL=CostCalculator.d.ts.map