UNPKG

openai-tokens-count

Version:

OpenAI tokens calculator with function calls, images, and messages in one call

6 lines (5 loc) 256 B
export declare const longSideLimit = 2048; export declare const shortSideLimit = 768; export declare const tileSize = 512; export declare const getFixedPrice: (chatModel: string) => number; export declare const getTilePrice: (chatModel: string) => number;