Function get_default_url
pub fn get_default_url(provider_type: &str) -> Option<&'static str>Expand description
Get the default API URL for a provider type (matches CompatFamilySpec::DEFAULT_URL). Returns None if the provider type is not an OpenAI-compatible family with a DEFAULT_URL const.