public
model management
Public Model Hub Facet
The distinct providers, modes or features across the published model groups, for the Model Hub's filter dropdowns. No authentication.
Carries the same filters and search as the list route, so a dropdown offers exactly the values the table can show: asking for providers under filter[mode][in]=chat lists only the providers that serve a chat model.
Example curl:
curl --location --globoff 'http://0.0.0.0:4000/public/v1/model_hub/providers?filter[mode][in]=chat&page_size=50'
get/public/v1/model_hub/{facet}
Path parameters
facet'providers' | 'modes' | 'features' required
Response
Successful Response