Catalog
GPU + CPU pricing
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/pricing"{
"gpu": [
{
"gpuModelId": "string",
"gpuModelName": "string",
"vramGb": 0,
"tier": "string",
"pricePerHourCents": 0
}
],
"cpu": [
{
"resourceSize": "string",
"pricePerHourCents": 0
}
]
}{
"error": "string",
"code": "string"
}