---
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
    - `ramMb` integer, required — guest RAM in MiB a machine of this size boots with
    - `resourceSize` string, required
    - `vcpu` integer, required — vCPU cores a machine of this size boots with
  - `gpu` GpuPrice[], required
    - `gpuModelId` string, required
    - `gpuModelName` string
    - `pricePerHourCents` integer, required
    - `tier` string, required
    - `vramGb` integer

## Other responses

- `401` — Missing or invalid API key

## Changes

- **2026-08-14** `3b21cbc21883` — 2 info
  - added the required property `cpu/items/ramMb` to the response with the `200` status
  - added the required property `cpu/items/vcpu` to the response with the `200` status

[Change history](https://skmtc.dev/openrelay/apis/openrelay-api/changes/v1/pricing/get.md)

---

[API](https://skmtc.dev/openrelay/apis/openrelay-api.md) · [All operations](https://skmtc.dev/openrelay/apis/openrelay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openrelay/openrelay-api/revisions/ed76b41e8006/schema)
