Skip to main content
GET
/
models
List models
curl --request GET \
  --url https://ai.eu.corti.app/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "id": "corti-s1",
      "created": 1782722183,
      "object": "model",
      "owned_by": "Envoy AI Gateway"
    },
    {
      "id": "corti-s1-instant",
      "created": 1783330290,
      "object": "model",
      "owned_by": "Envoy AI Gateway"
    },
    {
      "id": "corti-s1-mini",
      "created": 1783326675,
      "object": "model",
      "owned_by": "Envoy AI Gateway"
    },
    {
      "id": "corti-s1-mini-instant",
      "created": 1783326675,
      "object": "model",
      "owned_by": "Envoy AI Gateway"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a Corti-issued bearer token. The token is a Base64-encoded client credential string in the format base:client_credentials:<client_id>:<client_secret>.

Response

List of available models

object
enum<string>
Available options:
list
data
object[]