# Models

## Retrieve all available models

> This endpoint retrieves information about all available models.

```json
{"openapi":"3.0.0","info":{"title":"Cortecs Model API","version":"1.0.0"},"servers":[{"url":"https://api.cortecs.ai/v1"}],"paths":{"/models":{"get":{"summary":"Retrieve all available models","description":"This endpoint retrieves information about all available models.","responses":{"200":{"description":"A list of available models","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Models"}}}},"500":{"description":"Internal server error"}}}}},"components":{"schemas":{"Models":{"type":"object","required":["object","data"],"properties":{"object":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"object":{"type":"string"},"created":{"type":"integer","nullable":true},"owned_by":{"type":"string"}}}}}}}}}
```

💡 **Model Support & Expansion**:&#x20;

**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](https://discord.com/invite/bPFEFcWBhp) 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 <enterprise@cortecs.ai> to explore collaboration opportunities.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cortecs.ai/api-overview/models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
