Skip to main content
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 the Authorization header in the format Bearer YOUR_API_KEY.

Quick example

Response example

Headers

Authorization
string
required
Example:

"Bearer YOUR_API_KEY"

Content-Type
string
Example:

"application/json"

Response

200 - application/json

OpenAI compatible model list response Reference: https://platform.openai.com/docs/api-reference/models/list

object
string

Object type, always "list"

data
object[]

Model list