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

GPU + CPU pricing

GET
/v1/pricing
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"
}