Skip to main content
GET
Get lowest current GPU prices
Returns the lowest current price per GPU model — the cheapest live quote for each model matching your filters, up to limit (max 100) rows.
This is a convenience view over the same live quotes as Current: one row per GPU model rather than the full offer book, so responses stay small.

Example

Authorizations

Authorization
string
header
required

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

Query Parameters

gpu_model
string | null

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

vendor
string | null

Vendor to filter by (exact match). Supports comma-separated list. Example: aws,gcp

contract_type
string | null

Contract type to filter by. Supports comma-separated list. Example: ondemand,spot

region
string | null

Region to filter by (exact match). Supports comma-separated list. Example: us-east-1,eu-west-1

limit
integer
default:10

Number of results (max 100)

Required range: 1 <= x <= 100

Response

Successful Response

id
string
required
product_key
string
required
price_hash
string
required
base_product_key
string
required
extracted_at
string<date-time>
required
available_at
string<date-time>
required
last_seen_at
string<date-time>
required
vendor
string
required
vendor_sku
string
required
vendor_region
string
required
region
string
required
contract_type
string
required
vendor_gpu_name
string
required
gpu_canonical_name
string
required
gpu_manufacturer
string
required
gpu_model
string
required
price_usd_per_gpu_hour
number
required
raw_price
number
required
raw_price_unit
string
required
availability
string
required
source
string
required
valid_to
string<date-time> | null
gpu_count
number | null
gpu_memory_gb
number | null
form_factor
string | null
interconnect
string | null
instance_type
string | null
instance_variant
string | null
vcpu
number | null
ram_gb
number | null
os
string | null
contract_term
string | null
contract_details
string | null
metadata
Metadata · object | null
created_by
string | null
updated_by
string | null
job_execution_id
string | null
source_file
string | null