Anthropic Models Count API
Ermitteln Sie schnell die Gesamtzahl der über das Anthropic-Protokoll verfügbaren Modelle, ohne die vollständige Liste laden zu müssen.
Endpunkt
GET https://api.ofox.ai/anthropic/v1/models/countAnfragebeispiele
cURL
Terminal
curl https://api.ofox.ai/anthropic/v1/models/countAntwortformat
{
"data": {
"count": 26
}
}Feldbeschreibung
| Feld | Typ | Beschreibung |
|---|---|---|
data.count | number | Gesamtzahl der über das Anthropic-Protokoll verfügbaren Modelle |
Last updated on