You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one makes a request to /api/v1/models/:id, top level metadata such as name, tags, creator are returned.
When making a /api/v1/model-versions/by-hash/:hash call, the ModelVersion structure is returned with a model map that has a subset of the Models top level data:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If one makes a request to
/api/v1/models/:id
, top level metadata such asname
,tags
,creator
are returned.When making a
/api/v1/model-versions/by-hash/:hash
call, the ModelVersion structure is returned with amodel
map that has a subset of the Models top level data:It would be nice if
tags
(in particular),creator
and the newallow*
fields were added to this structure.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions