# Integrations

**How it works:** An integration is created within your selected workspace and is linked to a specific model.

**Configuration:**

* **Model Type:** Select "Text Generation"
* **Specific Model:** Choose the appropriate model for your provider:
  * For OpenAI: GPT-4.1, GPT-5
  * For Anthropic: Claude Sonnet 4
  * For Google: Gemini Pro
  * For Grok: Grok-2
  * For Mistral: Mistral Large

**Importance:** Integration is the bridge that allows your assistant to utilize a specific AI provider. You can create multiple integrations within one workspace for different models, but all of them must be from the same provider.


---

# 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://docs.livecaller.io/livecaller/services/ai-assistant/integrations.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.
