Values for instance_type in hf_api.create_inference_endpoint

Where can i find a full list of all possible instance_type values and their corresponding clear name (e.g. Intel Ice Lake)
I want my users do be able to select the clear name from a dropdown, but need to map the instance_type names to the clear names for programatic endpoint creation.
Right now the only way to gather a full list seems to be to create an endpoint for each hardware type in the Endpoints UI and then get the endpoint info for each hardware type to find out its instance_type name.
Theres gotta be a list somewhere but i somehow fail to find it unfortunately.

Ok, found it here: API Reference (Swagger) when scrolling all the way down to V2::Provider it gives you a nice json formatted list with all data needed.

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.