# Where do I connect to my LLM?

## What are Models?

LLM connections can be set up on the Models page in the Inventory.

![](/files/25ac8b5a92bec4a9564eb9f1aaf30e83c2435426)

On this page, every connection created for your account will be available to any user. To create a new connection, tap the + icon.

![](/files/ec0f2167b090a6a876843be7cab7e4eb3d17af7a)

Enter the required information to connect with your model and configure the settings. Out of the box, Aiceberg supports OpenAI, Claude, and Bedrock connections. If you'd like to configure another public or private LLM, please reach out to your contact or email <support@aiceberg.ai>

![](/files/e52acbfd1aa518e1eea20b35edf36d9a6063fbfe)

Once your credentials have been saved, this configuration for your LLM will be available to any user with permission to edit Profiles.

Tapping the kabob menu (three vertical dots) on the right will open a menu flyout where you can choose to Edit or Delete.

![](/files/b8aa8984ef10b75862d8719ae26b70c8a5193ae0)

![](/files/539656b663a3f5308609f98563256d15e353da8f)


---

# 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.aiceberg.ai/inventory/what-is-the-inventory/where-do-i-connect-to-my-llm.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.
