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

# Получение списка моделей

> Как получать и фильтровать доступные AI-модели

# Получение списка моделей

```bash theme={null}
curl "https://apia1.com/api/v1/models" -H "Authorization: Bearer <A1_API_KEY>"
```

Полезные поля: `id`, `name`, `type`, `architecture`, `context_length`, `supported_parameters`, `pricing`, `endpoints`.

Не храните capabilities и цены навсегда в коде: периодически обновляйте каталог.
