---
title: "Get job hardware"
method: GET
path: "/api/jobs/hardware"
tags: ["jobs"]
---

# Get job hardware

`GET /api/jobs/hardware`

Get available job hardware

## Response `200`

Available job hardware (public only)

- object[]
  - `name` string, required
  - `prettyName` string, required
  - `cpu` string, required
  - `ram` string, required
  - `ephemeralStorage` string, required
  - `accelerator` object, nullable, required
    - `type` 'gpu' | 'neuron', required
    - `model` string, required
    - `quantity` string, required
    - `vram` string, required
    - `manufacturer` 'Nvidia' | 'AWS', required
  - `unitCostMicroUSD` number, required
  - `unitCostUSD` number, required
  - `unitLabel` string, required

## Changes

- **2026-09-08** `bd17546f47b8` — 2 breaking
  - the `items/accelerator/anyOf[subschema #1]/manufacturer` response's property type changed from no type to `string` for status `200`
  - the `items/accelerator/anyOf[subschema #1]/type` response's property type changed from no type to `string` for status `200`

[Change history](https://skmtc.dev/huggingface/apis/hub-api-endpoints/changes/api/jobs/hardware/get.md)

---

[API](https://skmtc.dev/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.dev/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc.dev/huggingface/apis/hub-api-endpoints/revisions/74f2b0d17636?raw)
