pub async fn list_models_for_family(family: &str) -> Result<Vec<String>>Expand description
Probe the catalog for family without constructing a live provider.
Returns the union of every known public catalog source. Errors if
family is unknown or has no public catalog source set.