Skip to main content
GET
Get current GPU prices
Returns the raw per-offer GPU price records that are active right now — the live quotes behind the indices, one row per vendor SKU. Narrow the result with any combination of vendor, gpu_model, region, contract_type, price / GPU-count / memory bounds, and sort with sort_by / sort_order.
The interactive playground (“Try it”) shows only the first page of results — the full result set can run to hundreds of thousands of records. Page through the complete data with page / page_size (max 1000).

Example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1

Page number (starts at 1)

Required range: x >= 1
page_size
integer
default:100

Items per page (max 1000)

Required range: 1 <= x <= 1000
vendor
string | null

Filter by vendor (exact match). Supports comma-separated list (max 20). Example: aws,gcp,azure

gpu_model
string | null

Filter by GPU model (partial match). Supports comma-separated list (max 5). Example: H100,A100,L40S

gpu_canonical_name
string | null

Filter by canonical GPU name (exact match). Supports comma-separated list (max 20). Example: nvidia-h100-sxm-80gb

region
string | null

Filter by region (exact match). Supports comma-separated list (max 20). Example: us-east-1,eu-west-1

contract_type
string | null

Filter by contract type. Supports comma-separated list (max 20). Example: ondemand,spot,reserved

availability
string | null

Filter by availability status

min_price
number | null

Minimum price per GPU hour (USD)

Required range: x >= 0
max_price
number | null

Maximum price per GPU hour (USD)

Required range: x >= 0
min_gpu_count
number | null

Minimum number of GPUs

Required range: x >= 0
max_gpu_count
number | null

Maximum number of GPUs

Required range: x >= 0
min_memory_gb
number | null

Minimum GPU memory in GB

Required range: x >= 0
max_memory_gb
number | null

Maximum GPU memory in GB

Required range: x >= 0
sort_by
string
default:price_usd_per_gpu_hour

Sort field

sort_order
string
default:asc

Sort order (asc or desc)

Response

Successful Response

Response schema for list of GPU prices with pagination

data
GPUPriceResponse · object[]
required
pagination
Pagination · object
required
filters
Filters · object
required