cURL
curl --request GET \ --url https://api.primeintellect.ai/api/v1/hosted-evaluations/models \ --header 'Authorization: Bearer <token>'
{ "models": [ {} ] }
Get available models from Prime Inference API for hosted evaluations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response for listing available inference models
List of available models
Was this page helpful?
Contact support