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
}
}
]
}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
}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Model name (NVIDIA NemoClaw format)
Successful Response
Show child attributes