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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.capriole.ai/llms.txt

Use this file to discover all available pages before exploring further.

Use this endpoint to retrieve the current public model catalog.

Response

Public model list

data
object[]
required