Skip to main content
GET
List GPUs

Query Parameters

serverless
enum<string>

Set to true to return only deployable serverless SKUs.

Available options:
true

Response

200 - application/json

GPU SKUs.

id
string<uuid>
key
string

Stable SKU identifier, e.g. gpu-a6000. This is what a deployment is created against.

Example:

"gpu-a6000"

name
string
Example:

"A6000"

vram
number

VRAM in GB.

gpu
number

How many GPUs the SKU bundles.

pricePerSecond
number

Sell rate per SKU-second. Multiply by 3600 for the hourly figure.

availability
enum<string> | null

Live capacity signal, refreshed hourly. none means no capacity for this SKU right now.

Available options:
none,
low,
medium,
high,
null
serverlessEnabled
boolean

True when the SKU can back a Serverless GPU deployment.