Passer au contenu principal
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": {}
    }
  ]
}

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de requête

model
string
requis

Nom du modèle sans le préfixe de l’éditeur

Réponse

Réponse réussie

hardware
NvidiaHardwareOption · object[]
requis