Models
Model list
Retrieve the list of available models in OpenAI-compatible format
GET
Get available model list
This endpoint is compatible with the OpenAI model list protocol for retrieving the list of currently available models.
Features
- Returns a model list in OpenAI-compatible format
- Uses Caffeine local cache for fast response times
Authentication
Include theAuthorization header in the format Bearer YOUR_API_KEY.
Quick example
Response example
Headers
Example:
"Bearer YOUR_API_KEY"
Example:
"application/json"
Response
200 - application/json
OpenAI compatible model list response Reference: https://platform.openai.com/docs/api-reference/models/list
Get available model list