Rest API (beta): Add model size
field to models/
routes
#156
Labels
enhancement
New feature or request
size
field to models/
routes
#156
Feature request: Add a
size
(orbyte_size
) field representing model size forGET /api/v0/models
andGET /api/v0/models/{model}
response bodies.Current:
Feature request:
Model size can be a fairly important factor, for a variety of reasons. It's also a common field to use for sorting models. I think the model byte size would be a nice addition to the
models/
andmodes/{model}
GET routes.The text was updated successfully, but these errors were encountered: