UNPKG

ai-meter

Version:

A javascript library designed to estimate AI models tokens and its API costs.

8 lines 278 B
import { CostRequest, CostResponse } from '@/types'; declare class AgentsTowerService { private httpClient; private fetching; getCost(request: CostRequest): Promise<CostResponse>; } export default AgentsTowerService; //# sourceMappingURL=AgentsTower.service.d.ts.map