Skip to main content
GET
/
v1
/
models
List public models
curl --request GET \
  --url https://api.caprioletech.com/v1/models
{
  "data": [
    {
      "id": "openai/gpt-5.5"
    },
    {
      "id": "openai/gpt-5.4-mini"
    },
    {
      "id": "anthropic/claude-opus-4-8"
    },
    {
      "id": "anthropic/claude-opus-4-7"
    },
    {
      "id": "google/gemini-3.1-pro-preview"
    },
    {
      "id": "google/gemini-3.5-flash"
    }
  ]
}
Use this endpoint to retrieve the current public model catalog.

Response

Public model list

data
object[]
required