UNPKG

ai-meter

Version:

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

6 lines 236 B
import { TiktokenModel } from 'js-tiktoken'; /** * Type guard to check if a string is a valid `TiktokenModel`. */ export declare function isTiktokenModel(model: string): model is TiktokenModel; //# sourceMappingURL=jsTiktoken.d.ts.map