Skip to main content
GET
/
v2
/
hardware
Get Hardware
curl --request GET \
  --url https://api.example.com/v2/hardware \
  --header 'Authorization: Bearer <token>'
{
  "hardware": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "serverless",
      "pricing": {
        "cents_per_million_input_tokens": 123,
        "cents_per_million_output_tokens": 123
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Query Parameters

model
string
required

Model name (NVIDIA NemoClaw format)

Response

Successful Response

hardware
HardwareOption · object[]