---
title: "GPU + CPU pricing"
method: GET
path: "/v1/pricing"
tags: ["Catalog"]
---

# GPU + CPU pricing

`GET /v1/pricing`

## Response `200`

Pricing

- Pricing
  - `cpu` CpuPrice[], required
    - `pricePerHourCents` integer, required
    - `resourceSize` string, required
  - `gpu` GpuPrice[], required
    - `gpuModelId` string, required
    - `gpuModelName` string
    - `pricePerHourCents` integer, required
    - `tier` string, required
    - `vramGb` integer

## Other responses

- `401` — Missing or invalid API key

---

[API](https://skmtc.net/openrelay/apis/openrelay-api.md) · [All operations](https://skmtc.net/openrelay/apis/openrelay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrelay/openrelay-api/versions/4c42fd61ed41/schema)
