Expand description
Async trait abstraction over model discovery sources. Async trait abstraction over model discovery sources.
Provides a DiscoverySource trait so callers can fetch model listings from
heterogeneous backends (e.g. models.dev)
behind a single async interface.
Structs§
- Models
DevSource - Async
DiscoverySourcebacked by a models.dev-style catalog API.
Traits§
- Discovery
Source - Async source of discoverable models.