.models accessor provides methods for listing and downloading models.
Model class
QuantizedFile class
Downloading models
Download a quantized model file using one of the following approaches:- Using client.models.download()
- Using Model.download()
- Using QuantizedFile.download()
client.models.download() accepts either a string reference ('model/quantization') or a QuantizedFile object.If the model has already been downloaded, the function exits immediately. Otherwise, a progress bar displays.