UNPKG

ai-meter

Version:

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

6 lines 235 B
import { TiktokenModel } from 'js-tiktoken'; declare class JsTiktokenService { static calculateTokens(model: TiktokenModel, text: string): number; } export default JsTiktokenService; //# sourceMappingURL=JsTiktoken.service.d.ts.map