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": {}
}
]
}지정된 모델에 대해 사용 가능한 하드웨어와 가격을 반환합니다.
NVIDIA가 사용자에게 사용 가능한 옵션을 보여 주고, 당사가 지원하는 항목에 따라 리디렉션할 수 있도록 호출하는 API입니다. 서버리스 옵션만 반환됩니다.
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.