Skip to main content

Module model

Module model 

Source
Expand description

Model metadata returned by providers with model listing support.

Use ModelList for provider responses and Model for each advertised model entry. Provider clients expose listing through ModelListingClient when their capabilities declare support.

Re-exports§

pub use listing::Model;
pub use listing::ModelList;
pub use listing::ModelListingError;

Modules§

listing
Model listing types and error handling.