pub async fn discover_all() -> BTreeMap<String, Vec<BuiltinModelEntry>>Expand description
Stable since 0.63.0
Discover all Layer 3 sources: local servers + authenticated cloud.
This is the high-level entry point. Call once at startup. Both
sub-calls are bounded by DISCOVERY_TIMEOUT (~5s) because the
underlying requests are in parallel.