pub fn fetch_models_dev(api_url: Option<&str>) -> Result<ModelsDevPayload>Expand description
Fetch the live models.dev catalog, optionally from a custom URL.
Trust boundary: api_url is forwarded verbatim to crate::discovery::fetch_from
— pass only admin-configured values.