Hadrian is experimental alpha software. Do not use in production.
Hadrian

Models

List all available models from configured providers. Model IDs are prefixed with provider name.

List available models

GET
/api/v1/models
AuthorizationBearer <token>

API key authentication using Bearer token format

In: header

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/models"
{
  "data": [
    {}
  ]
}
{
  "error": {
    "code": "budget_exceeded",
    "message": "Budget limit exceeded for monthly period",
    "param": null,
    "request_id": "550e8400-e29b-41d4-a716-446655440000",
    "type": "invalid_request_error"
  }
}