Models
Authorizations
AuthorizationstringRequired
Bearer token authentication using your API key.
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Generate API keys from your Grid Dashboard.
Responses
200
List of available models
application/json
List of available models
objectstring · enumRequiredPossible values:
The object type, always "list"
401
Unauthorized - Invalid or missing API key
application/json
500
Internal Server Error
application/json
get
/modelsLast updated
Was this helpful?