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

GPU model catalog

GET
/v1/gpu-models
AuthorizationBearer <token>

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

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/gpu-models"
[
  {
    "id": "string",
    "name": "string",
    "manufacturer": "string",
    "vramGb": 0,
    "architecture": "string",
    "hidden": true,
    "createdAt": "string"
  }
]
{
  "error": "string",
  "code": "string"
}