Matériel 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": {}
}
]
}Matériel NVIDIA
Renvoie le matériel disponible et la tarification pour un modèle donné.
Appelé par NVIDIA pour afficher aux utilisateurs les options qui s’offrent à eux et les rediriger selon ce que nous prenons en charge. Seules les options serverless sont renvoyées.
GET
/
inference
/
nvidia
/
v2
/
hardware
Matériel 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-kb-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Paramètres de requête
Nom du modèle sans le préfixe de l’éditeur
Réponse
Réponse réussie
Show child attributes
Show child attributes
Cette page vous a-t-elle été utile ?
⌘I