import { PricingPerModel } from "./pricing-types"; export declare const GEMINI_CONTEXT_TIER_THRESHOLD = 200000; export declare const pricingGeminiLlm: PricingPerModel; export declare const pricingGeminiEmbedding: PricingPerModel; /** * Models whose pricing varies with prompt size (<=200K vs >200K input tokens). * Used by the calculator to decide whether to append a context-length suffix to the model name * before looking up pricing. */ export declare const GEMINI_TIERED_MODELS: ReadonlySet;