pub fn calc_cost_nano_usd( model: &str, input_tokens: u64, output_tokens: u64, ) -> u64
Calculate cost in nano-USD from token counts and model name.