Skip to Content

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/count

Request Examples

Terminal
curl https://api.ofox.ai/anthropic/v1/models/count

Response Format

{ "data": { "count": 26 } }

Response Fields

FieldTypeDescription
data.countnumberTotal number of models available via Anthropic protocol
Last updated on