> For the complete documentation index, see [llms.txt](https://help.parta.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.parta.io/how-to/how-to-connect-your-ai-provider-into-parta.io.md).

# How to connect your AI provider into Parta.io

Parta.io provides integrations with the most popular AI vendors:

* OpenAI
* Amazon Bedrock
* Azure OpenAI
* Cohere
* Fireworks
* Google Generative AI
* Langdock
* Groq
* Mistral AI
* Ollama
* Perplexity

Choose your provider and connect it with Parta.io:

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

{% stepper %}
{% step %}
Go to the **Company settings** tab.
{% endstep %}

{% step %}
Go to the **AI** tab.
{% endstep %}

{% step %}
Click **+** **Add New Model**.

A pop-up window will appear.

<figure><img src="/files/sq2fyta5ApdOmMalctCL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Monthly token limits**

Enter the number of tokens per month.
{% endstep %}

{% step %}
**Provider**

Select an AI provider from the dropdown menu.\
\
Additional settings related to the selected provider will appear.
{% endstep %}

{% step %}
Enter required provider settings.

{% hint style="info" %}
Required settings depend on the selected provider.\
\
You may need to paste an **API key** received from the provider, select a **model name,** or enter other requested information.
{% endhint %}
{% endstep %}

{% step %}
Click the **Save** button to apply the changes.

An integration icon will appear at the AI model connections list.

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

✅ Your AI provider will be connected and ready to use in Parta.io.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
If the AI ​​icon does not appear in the rich text element of the editor, refresh the page.
{% 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:

```
GET https://help.parta.io/how-to/how-to-connect-your-ai-provider-into-parta.io.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.
