Models Count API
Quickly get the total number of available models on the platform without fetching the full list. Useful for displaying model counts in your application or monitoring model availability.
Endpoint
GET https://api.ofox.ai/v1/models/countRequest Examples
cURL
Terminal
curl https://api.ofox.ai/v1/models/countResponse Format
{
"data": {
"count": 60
}
}Response Fields
| Field | Type | Description |
|---|---|---|
data.count | number | Total number of models available via OpenAI compatible protocol |
Last updated on