Anthropic Models Count API
Quickly get the total number of models available through the Anthropic protocol without fetching the full list.
Endpoint
GET https://api.ofox.ai/anthropic/v1/models/countRequest Examples
cURL
Terminal
curl https://api.ofox.ai/anthropic/v1/models/countResponse Format
{
"data": {
"count": 26
}
}Response Fields
| Field | Type | Description |
|---|---|---|
data.count | number | Total number of models available via Anthropic protocol |
Last updated on