pub fn record_token_usage( model_id: &str, prompt_tokens: u32, completion_tokens: u32, )
Record total token usage.