GET /v1/models/:id
Rufen Sie ein Modell mit einem authentifizierten API-Schlüssel ab.
GET /v1/models/:id
Gibt Metadaten für ein Modell zurück. Eine Authentifizierung mit einem aktiven Model Gate API-Schlüssel ist erforderlich.
curl https://api.model-gate.com/v1/models/claude-opus-4.8 \
-H "Authorization: Bearer mg_live_..."
Die Metadatenanfrage wird nicht in Rechnung gestellt. Ein fehlendes Modell gibt HTTP zurück 404.
{"id":"claude-opus-4.8","object":"model","created":1700000000,"owned_by":"anthropic"}
Sehen Modelle für den vollständigen Katalog.