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": {} } ] }
指定したモデルで利用可能なハードウェアと料金を返します。
この API は NVIDIA によって呼び出され、ユーザーに利用可能な選択肢を表示し、 当社でサポートしている内容に基づいてリダイレクトします。返されるのはサーバーレスのオプションのみです。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
パブリッシャープレフィックスを含まないモデル名
正常なレスポンス
Show child attributes
このページは役に立ちましたか?