Help us improve these docs. Take our quick survey.
cURL
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입니다. 서버리스 옵션만 반환됩니다.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
퍼블리셔 접두사를 제외한 모델 이름
성공 응답
Show child attributes
이 페이지가 도움이 되었나요?