Skip to content
OpenRelay is in early access, and the /v1 API is stable. New capabilities ship in the changelog.
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": "rtx-4090",
    "name": "RTX 4090",
    "manufacturer": "NVIDIA",
    "vramGb": 24,
    "hidden": false
  }
]
{
  "error": "string",
  "code": "string"
}

Command line

The orl CLI wraps this endpoint:

orl catalog gpu-model list