> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orkeia.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Models providers

## Endpoint

`GET https://gateway.orkeia.ai/ai-models/providers`

## Encabezados

Requiere el encabezado `authorization:  <tu_token>`.

```http theme={null}
authorization:  <tu_token>
Content-Type: application/json
```

## Cuerpo de la solicitud

Sin cuerpo.

## Respuesta (200)

Ejemplo:

```json theme={null}
{
  "providers": ["openai", "anthropic", "gemini", "maritaca", "mistral", "deepseek", "meta", "microsoft", "alibaba", "google"]
}
```

## Códigos de error

### 500 — Error del Servidor

```json theme={null}
{
  "status": "ERROR",
  "code": "server/error",
  "data": null
}
```

### 400 — Error del Cliente

```json theme={null}
{
  "status": "ERROR",
  "code": "client/error",
  "data": null
}
```
