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": {}
}
]
}指定したモデルで利用可能なハードウェアと料金を返します。
この API は NVIDIA によって呼び出され、ユーザーに利用可能な選択肢を表示し、 当社でサポートしている内容に基づいてリダイレクトします。返されるのはサーバーレスのオプションのみです。
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.