Endpoint#

Endpoint
GET https://api.xpluse.plus/anthropic/v1/models/count

Returns the number of models available through the Anthropic protocol endpoint. This is a public endpoint and does not require an API Key.

cURL
curl https://api.xpluse.plus/anthropic/v1/models/count
JSON
{ "object": "models.count", "count": 312 }

Last updated on June 22, 2026