Versions in this module Expand all Collapse all v2026 v2026.909.1 Sep 9, 2026 v2026.909.0 Sep 9, 2026 Changes in this version + type Catalog map[string]Provider + func Load(ctx context.Context) (Catalog, error) + func (c Catalog) Lookup(providerName, baseURL, modelID string) (Model, bool) + type Model struct + ID string + Limit struct{ ... } + Modalities struct{ ... } + type Provider struct + API string + ID string + Models map[string]Model + Name string