Skip to main content
GET
/
search
Search available GPUs
curl --request GET \
  --url https://api.nova-cloud.ai/search
[
  {
    "node": "<string>",
    "gpu_type": "<string>",
    "gpu_count": 123,
    "gpu_ram_mb": 123,
    "total_gpu_ram_mb": 123,
    "ram_gb": 123,
    "cpu_cores": 123,
    "cpu_model": "<string>",
    "pcie_gen": "<string>",
    "max_storage_gb": 123,
    "gpu_price_hourly": 123,
    "interruptible_rate": 123,
    "storage_price_hourly": 123,
    "total_price_hourly": 123,
    "reserved_discount_1mo": 123,
    "reserved_discount_3mo": 123,
    "reserved_discount_6mo": 123,
    "available_ondemand": true,
    "available_interruptible": true,
    "available_reserved": true,
    "location": "<string>",
    "cluster_name": "<string>"
  }
]

Query Parameters

gpu_type
string

Filter by GPU type (e.g., 5090, 4090, 6000pro)

num_gpus
integer

Filter by minimum number of GPUs

max_price
number

Maximum price per GPU per hour

Response

200 - application/json

List of available GPU offers

node
string

Node ID

gpu_type
string

GPU type (5090, 4090, 6000pro)

gpu_count
integer
gpu_ram_mb
integer

VRAM per GPU in MB

total_gpu_ram_mb
integer
ram_gb
integer

System RAM in GB

cpu_cores
integer
cpu_model
string | null
pcie_gen
string | null
max_storage_gb
integer
gpu_price_hourly
number

On-demand GPU cost per hour

interruptible_rate
number

Interruptible price per GPU hour

storage_price_hourly
number
total_price_hourly
number

Total hourly cost (on-demand)

reserved_discount_1mo
number

Reservation discount % for 1 month

reserved_discount_3mo
number

Reservation discount % for 3 months

reserved_discount_6mo
number

Reservation discount % for 6 months

available_ondemand
boolean
available_interruptible
boolean
available_reserved
boolean
location
string
cluster_name
string