Files
rune d1af2b902c Fetch Hugging Face's model catalog live instead of a static curated list
GET /v1/models on HF's router is public and returns every currently
routable model with real per-provider pricing, context length, and
tool support — confirmed by reading the live response, which
contradicts the original plan's assumption that no such catalog
existed. Replaces the static 7-model list as the primary source (kept
as a fallback for fetch failures); pricing shown is the cheapest live
backend per model, since HF itself routes to the fastest one by
default and displaying a range isn't supported by ModelInfo.Pricing.
2026-08-28 08:27:38 +02:00
..