API reference
List presets
Return a cursor-paginated list of hardware configurations instances can run on, with their hourly price.
GET
List hardware presets
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.
Required range:
1 <= x <= 200Return only presets available in this region.
Return only presets with this SKU name, e.g. 8x-RTX-4090.
Match against SKU name, GPU model and region.
Maximum string length:
255Field to order by.
Available options:
REGION, LOCATION, GPU, CPU, MEMORY, STORAGE, HOURLY_PRICE Order direction. Defaults to DESC.
Available options:
ASC, DESC