Function list_models

Source
pub fn list_models<C, Fut, B, E>(client: C) -> ListModels<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
Expand description

Lists the currently available models, and provides basic information about each one such as the owner and availability.