Closed as not planned
Description
The Rust SDK will always download the model - irrespective of whether it is cached or not. If the model is cached, it should not re-download.
Looking at the code, I think this line is sending the force
in the message body to Neutron rather than in the query i.e. openai/download?force={force}
.