> For the complete documentation index, see [llms.txt](https://help.novatalks.com.ua/ua/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novatalks.com.ua/ua/get-started/settings/integrations/ai.md).

# AI

### Інтеграція з LLM сервісами

Інтеграція з LLM сервісами дає можливість використовувати потужні функції штучного інтелекту в NovaTalks.

В NovaTalks є можливість інтеграції з наступними провайдерами:

* OpenAI
* Azure OpenAI
* LiteLLM&#x20;
* OpenRouter

Де LiteLLM та OpenRouter - це платформи, які дозволяють інтегрувати різні моделі штучного інтелекту через єдиний інтерфейс API, такі як OpenAI, Anthropic, Google Gemini, Mistral, Azure. Якщо потрібно інтегруватись з різними моделями АІ одночасно, то дані платформи будуть ідеальним рішенням.

{% embed url="<https://www.youtube.com/watch?v=DxbyQWmCXdI&t=1s>" %}

### Умови безкоштовного використання

Щомісяця всі акаунти NovaTalks, в яких не підключена інтеграція з власним кабінетом AI, отримують безкоштовне користування AI-асистентом у межах ліміту.\
Ліміт становить **20 запитів на одного оператора на місяць\***.

{% hint style="warning" %}
\*Кількість запитів може змінюватися залежно від довжини тексту, яка відправляється та отримується від АІ. Ліміт розповсюджується на всю команду та залежить від кількості операторів.
{% endhint %}

Опцію можна відключити в Налаштуваннях - Інтеграції - AI - перевести повзунок у неактивний стан.

### Налаштування інтеграції

Для того, щоб налаштувати інтеграцію необхідно обрати провайдера та заповнити настуні дані:

<figure><img src="/files/oyfiV5Vo8ykSTsDRAStM" alt=""><figcaption></figcaption></figure>

* OpenAI:

1. **Ключ API** - API ключ від OpenAI аккаунту. Для того, щоб його отримати, необхідно створити власний аккаунт в OpenAI (детальніше - [OpenAI API Keys](https://platform.openai.com/account/api-keys)).
2. **Модель GPT**, яка буде використовуватись при запитах.

{% hint style="info" %}
Щоб переконтатись, що інтеграція налаштувана успішно і ключ API введено вірно, необхідно клікнути на кнопку Перевірити.
{% endhint %}

* Azure OpenAI

1. **API key -** API ключ&#x20;
2. **API Base** – url потрібний для інтеграції з Azure OpenAI
3. **API Version** – версія APІ
4. **Модель** - поле для вводу назви моделі

* LiteLLM

1. **API key -** API ключ&#x20;
2. **LiteLLM URL -** Поле для вводу LiteLLM URL
3. **Модель** - поле для вводу назви моделі, яку було створено в LiteLLM

* OpenRouter

1. **API key -** API ключ&#x20;
2. **Модель** - поле для вводу назви моделі, яку було створено в OpenRouter

Щоб тимчасово деактивувати інтеграцію, можна перевести повзунок у відповідне положення на головній сторінці.

{% hint style="success" %}
В NovaTalks уже закладені топ запитів до AI (детальніше - [АІ Асистент](/ua/get-started/conversations/conversation-panel/ai-assistant.md)). Необхідно лише відобразити приховані кнопки AI Асистента (детальніше - [Налаштування кнопок](/ua/get-started/settings/account-settings.md#buttons)).
{% endhint %}

Для очищення налаштувань інтеграції потрібно вибрати функцію Очистити з випадаючого меню кнопки Налаштувати.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.novatalks.com.ua/ua/get-started/settings/integrations/ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
