pub fn calculate_costs(
model_cost: &ModelCostV2,
tokens: UsedTokens,
integration: &str,
platform: &str,
) -> Option<CalculatedCost>Expand description
Calculates the total cost for a model call.
Returns None if no tokens were used.