pub fn find_model_pricing(model: &str) -> Option<&'static ModelPricingSpec>Expand description
Look up pricing for a model name across all presets.
Returns None if the model is not listed or has no pricing field.
pub fn find_model_pricing(model: &str) -> Option<&'static ModelPricingSpec>Look up pricing for a model name across all presets.
Returns None if the model is not listed or has no pricing field.