Catalog
GPU model catalog
Authorization
apiKey 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