UNPKG

llm-credit-sdk

Version:

SDK for estimating and reconciling LLM token costs using a credit system.

7 lines 248 B
import { SDKConfig } from './types'; /** * Default configuration with pricing for common LLM models * Prices are based on typical provider pricing as of 2024 */ export declare const DEFAULT_CONFIG: SDKConfig; //# sourceMappingURL=config.d.ts.map