Skip to main content

Module source

Module source 

Source
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§

ModelsDevSource
Async DiscoverySource backed by a models.dev-style catalog API.

Traits§

DiscoverySource
Async source of discoverable models.