# AI

### Integration with LLM services

Integration with LLM services makes it possible to use powerful artificial intelligence functions in NovaTalks.

NovaTalks can integrate with the following providers:

* OpenAI
* Azure OpenAI
* LiteLLM
* OpenRouter

Where LiteLLM and OpenRouter are platforms that allow you to integrate different AI models through a single API interface, such as OpenAI, Anthropic, Google Gemini, Mistral, Azure. If you need to integrate with different AI models at the same time, these platforms will be an ideal solution.

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

### Free Usage Terms

Each month, all NovaTalks accounts that do not have an active integration with their own AI workspace are granted free access to the AI Assistant within a set limit.

The limit is **20 requests per operator per month**.\*

{% hint style="warning" %}
\*The number of requests may vary depending on the length of the text sent to and received from the AI. The limit applies to the entire team and is based on the number of operators.
{% endhint %}

This option can be disabled in **Settings → Integrations → AI** by toggling the switch to the inactive position.

### Integration settings

In order to set up the integration, you need to select a provider and fill in the following data:

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

* OpenAI:

1. **API key** - API key from your OpenAI account. To get it, you need to create an account in OpenAI (For more details - [OpenAI API Keys](https://platform.openai.com/account/api-keys)).
2. A **GPT model** that will be used for requests.

{% hint style="info" %}
To ensure that integration is configured successfully and an API key is entered correctly, click the Check button.
{% endhint %}

* Azure OpenAI

1. API key&#x20;
2. API Base - url required for integration with Azure OpenAI&#x20;
3. API Version
4. Model - field for entering the model name

* LiteLLM

1. API key&#x20;
2. LiteLLM URL - field for entering the LiteLLM URL
3. Model - field for entering the name of the model created in LiteLLM<br>

* OpenRouter

1. API key&#x20;
2. Model - field for entering the name of the model created in OpenRouter

To temporarily disable integration, move the slider to the appropriate position on the main page.

{% hint style="success" %}
NovaTalks already provides top requests to the AI (For more details - [AI Assitant](/en/get-started/conversations/conversation-panel/ai-assistant.md)). All you need to do is show the AI Assistant's hidden buttons (For more details - [Buttons Settings](/en/get-started/settings/account-settings.md#buttons)).
{% endhint %}

To clear the integration settings, select the **Reset** function from the drop-down menu of the Configure button.


---

# 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://help.novatalks.com.ua/en/get-started/settings/integrations/ai.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.
