OpenRelay is in Preview — the API is still evolving and may change without notice.
Catalog

GPU availability by model

GET
/v1/gpu-availability
AuthorizationBearer <token>

OpenRelay API key. Send it as Authorization: Bearer vl_….

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/gpu-availability"
[
  {
    "gpuModelId": "string",
    "capacity": 0,
    "inUse": 0,
    "available": 0,
    "groupSize": 0
  }
]
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}