List presets
Return a cursor-paginated list of hardware configurations instances can run on, with their hourly price.
Authorizations
An API key issued by Hive Compute support. See Authentication above for how to request one.
Query Parameters
Opaque cursor from a previous response's pagination.next. Omit to
start at the first page.
Number of items per page.
1 <= x <= 200Return only presets available in this region. Use a name from
GET /regions.
Unlike the filter on GET /instances, this one also matches a raw
datacenter location name, but only for locations that have no region
mapping. Any other unrecognised value matches nothing and returns an
empty page rather than an error.
UAE, FR, US Return only presets with this SKU name, e.g. 8x-RTX-4090.
Match against SKU name, GPU model and datacenter location.
255Field to order by. Omitted, presets come back in a stable internal order, not by price.
REGION, LOCATION, GPU, CPU, MEMORY, STORAGE, HOURLY_PRICE, ID Order direction, applied to sort_field. Defaults to ASC.
It is ignored unless sort_field is also set: with no sort
field the result keeps its default order and this parameter has no
effect.
ASC, DESC