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": {}
}
]
}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.
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://docs.wandb.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Nom du modèle sans le préfixe de l’éditeur
Réponse réussie
Show child attributes
Cette page vous a-t-elle été utile ?