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

# LLM Configuration

Under **Settings → Intelligence → Kaiya & AI → LLM Configuration**, admins can register the large language model providers Tellius is allowed to call. Each entry holds one provider's connection details — which model service to reach, how to authenticate, and any parameters that shape the request. Once a configuration is saved here, it becomes available in **LLM Assignments**, where you decide which parts of Tellius use it.

#### The configuration list

Every saved configuration appears as a card. The card shows the reference name you gave it and a chip underneath naming the underlying provider, so several configurations can point at the same provider without confusion. For example, three separate Anthropic entries named for the specific models they target.

<figure><img src="https://3138146484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM1pa9Nct9EmVU4Ol8Mol%2Fuploads%2Ftgdw2p6ZZdHjqtQGev0A%2Fimage.png?alt=media&amp;token=4324ad8b-ac5b-44ca-bb16-1c757ec5b38e" alt=""><figcaption></figcaption></figure>

Each card has a three-dot menu with two actions:

* **Edit:** opens the configuration for changes.
* **Delete:** removes the configuration.

Deleting opens a warning that names the configuration being removed and states the action can't be undone. Choose **Yes, Remove** to confirm or **Cancel** to back out.

#### Editing a configuration

Choosing **Edit** on a card opens the **Edit Provider** dialog with the same fields, populated with the saved values. Secrets such as API keys are masked. Switching the deployment or authentication type swaps the credential fields below it, and the new fields start empty — you'll need to re-enter credentials for the method you've moved to.

The Edit Provider dialog offers **Validate** and **Save** only; there's no draft option once a configuration exists.

### Adding a configuration

Click **Add Configuration**. The dialog opens with a default provider selected and a reference name pre-filled (Configuration 1, Configuration 2, and so on) — change both to suit.

<figure><img src="https://3138146484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM1pa9Nct9EmVU4Ol8Mol%2Fuploads%2Fl62AAtJHeLgP9dOGcajC%2Fimage.png?alt=media&amp;token=0d26d71e-2baa-42a7-b01c-71b4cb59cdb2" alt="" width="563"><figcaption></figcaption></figure>

#### **Fields shared by every provider**

**LLM Model:** the provider you want to connect to. This choice determines the rest of the form, since each provider authenticates differently. The available providers are:

* OpenAI
* Gemini
* Vertex AI
* Azure OpenAI
* Bedrock
* LLMaaS
* Anthropic

<figure><img src="https://3138146484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM1pa9Nct9EmVU4Ol8Mol%2Fuploads%2FxoJBglPSsM6LeT6vJo3p%2Fimage.png?alt=media&amp;token=6b84994b-4bff-4782-9483-f3754692fe83" alt="" width="375"><figcaption></figcaption></figure>

**Reference Name** (required): the label this configuration carries everywhere else in Tellius.

**Model Parameter** (required): the request settings, written as JSON. This is where the specific model and its behavior are pinned down. Typical entries include the model or deployment name, a temperature value, an API version, and a request timeout. The exact keys depend on the provider.

**Default Header:** any extra HTTP headers the provider needs, also written as JSON, such as authorization tokens or custom headers your gateway requires. Leave it as `{}` if none are needed.

#### **Fields that depend on the provider**

**OpenAI, Gemini, Anthropic**

* **API Key** (required): the key issued by that provider.

**Vertex AI**

* **Service Account JSON** (required): paste the Google Cloud service account JSON key.

**Azure OpenAI**

* **Azure Deployment Type:** choose **Azure OpenAI API Key** or **Azure OpenAI Service Principal**. Use the API key method for a standard Azure OpenAI resource; use a service principal when your organization authenticates through Microsoft Entra ID instead of shared keys.
* With **Azure OpenAI API Key**: **Azure OpenAI API Key** (required).
* With **Azure OpenAI Service Principal**: **Azure Tenant ID**, **Azure Client ID**, and **Azure Client Secret** (all required).

**Bedrock**

* **Bedrock Authentication Type:** choose **Bedrock API Key** or **AWS Access/Secret Keys**.
* With **Bedrock API Key**: **Bedrock API Key** (required).
* With **AWS Access/Secret Keys**: **Access Key ID** and **Secret Access Key** (both required).

**LLMaaS**

* **API Key**, **Client Secret**, and **Client ID** (all required).

**Saving**

Three buttons sit at the bottom of the Add Configuration dialog:

* **Save as Draft:** keeps a partly filled configuration without committing it. Useful when you're waiting on a key from another team.
* **Validate:** sends a test request using the details you entered and reports whether the provider accepts them. Validate before saving so a bad key or wrong endpoint surfaces here.
* **Save:** commits the configuration and adds it to the list.

**Validate** and **Save** stay unavailable until the required fields are filled in.


---

# 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.tellius.com/settings/kaiya-and-ai/llm-configuration.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.
