listModels abstract method

Stream<ModelInfo> listModels()

Returns all available models for this provider.

Implementations may or may not cache results. If your application requires caching, you should implement it yourself rather than relying on the provider.

Implementation

Stream<ModelInfo> listModels();