Expand description
Pricing fetcher and cost calculator for ccstat
This crate handles fetching model pricing data from LiteLLM and calculating costs from token usage.
Re-exports§
pub use cost_calculator::CostCalculator;pub use pricing_fetcher::PricingFetcher;
Modules§
- cost_
calculator - Cost calculator module for computing usage costs
- pricing_
fetcher - Pricing fetcher module for LiteLLM model pricing data