pub fn fetch_from(url: &str) -> Result<ModelsDevPayload>Expand description
Fetch and parse the models.dev catalog from url (no disk cache).
Trust boundary: the URL is used verbatim with no host allowlist; pass only admin-configured values.
pub fn fetch_from(url: &str) -> Result<ModelsDevPayload>Fetch and parse the models.dev catalog from url (no disk cache).
Trust boundary: the URL is used verbatim with no host allowlist; pass only admin-configured values.