# 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.
