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": "string",
"name": "string",
"manufacturer": "string",
"vramGb": 0,
"architecture": "string",
"hidden": true,
"createdAt": "string"
}
]{
"error": "string",
"code": "string"
}