Help us improve these docs. Take our quick survey.
curl --request GET \
--url https://api.example.com/inference/nvidia/v2/hardware \
--header 'Authorization: Bearer <token>'{
"hardware": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"pricing": {
"cents_per_million_input_tokens": 123,
"cents_per_million_output_tokens": 123
},
"specs": {}
}
]
}Returns available hardware and pricing for a given model.
Called by NVIDIA to show users their options and redirect them based on what we support. Only serverless options are returned.
curl --request GET \
--url https://api.example.com/inference/nvidia/v2/hardware \
--header 'Authorization: Bearer <token>'{
"hardware": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"pricing": {
"cents_per_million_input_tokens": 123,
"cents_per_million_output_tokens": 123
},
"specs": {}
}
]
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Model name without the publisher prefix
Successful Response
Show child attributes
Was this page helpful?