pub fn estimate_token_cost(
model: &str,
usage: TokenUsage,
) -> Option<CostEstimate>Expand description
Estimates normalized token usage for a known model.
pub fn estimate_token_cost(
model: &str,
usage: TokenUsage,
) -> Option<CostEstimate>Estimates normalized token usage for a known model.