Get Offers
Offers
Get Offers
Query available GPU offers from a raw YAML string.
Offer expiration: 30 minutes from creation
POST
Get Offers
Query real-time GPU offers across all vendors. This is the primary entry point for finding available compute.
Request format
Key fields
| Field | Required | Description |
|---|---|---|
compute.gpu_type | Yes | GPU family (e.g., H100) or canonical name (e.g., nvidia-h100-sxm5-80gb) |
compute.gpu_count | No | Number of GPUs (default: 1) |
compute.max_price_per_gpu_hour | No | Max price in USD per GPU per hour |
compute.contract_type | No | ondemand or spot |
vendor | No | Filter to a specific vendor (e.g., nebius, hyperstack, scaleway) |
region | No | Filter to a region group: US, EU, APAC, Other |
Rate limiting
This endpoint is rate-limited to 5 requests per minute per client. Exceeding the limit returns429 Too Many Requests.
Offer expiration
Offers expire after 30 minutes. Use theoffer_id to procure before expiration.
Filtering by vendor
Pass the vendor name directly:Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/yaml
The body is of type string.