Models

Retrieve all available models

get

This endpoint retrieves information about all available models.

Responses
200

A list of available models

application/json
get
/models
GET /v1/models HTTP/1.1
Host: api.cortecs.ai
Accept: */*
{
  "object": "list",
  "data": [
    {
      "id": "mistral-small-2503",
      "object": "model",
      "created": 1742482730,
      "owned_by": "Mixtral"
    },
    {
      "id": "cortex-large-2503",
      "object": "model",
      "created": 1742570000,
      "owned_by": "Cortecs"
    }
  ]
}

💡 Model Support & Expansion:

Cortecs actively supports a wide and growing catalog of over 150 endpoints from top European providers, including different sizes, architectures, and specialties.

We aim to support every potentially useful model to give you maximum flexibility and choice.

💬 Looking for a specific model or provider?

Join our Discord and let us know!

🤝 Are you an AI provider operating in Europe or offering EU-based endpoints who’s interested in exploring a partnership with us?

We’re always looking to integrate more high-quality, compliant providers into our platform. Contact us at [email protected] to explore collaboration opportunities.

Last updated