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