> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agipower.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Open webui

# Guide to Using Open WebUI with AGIPower

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to run fully offline. It supports multiple large language model runtimes such as Ollama and OpenAI-compatible APIs, and includes a built-in RAG inference engine, making it a powerful solution for AI deployment.

<Info title="Compatibility Notes">
  AGIPower fully supports the OpenAI API protocol and can be used with minimal configuration.

  Note the OpenAI protocol base\_url="[https://api.agipower.ai/v1](https://api.agipower.ai/v1)".
</Info>

## Configuration

### Install Open WebUI

<Tip title="Reference">
  [OpenWebUI Official Documentation](https://docs.openwebui.com/getting-started/quick-start/)
</Tip>

### Configure External Links

1. Click **⚙️ Admin Panel**
2. Go to **Settings** > **Connections** > **OpenAI API** > **Manage OpenAI API Connections**
3. Click **➕** Create New External Link
4. Enter **URL**: "[https://api.agipower.ai/v1](https://api.agipower.ai/v1)"
5. Enter **API Key**: AGIPower API Key
6. Click **Save**

\<div style="text-align: center;">

<img src="https://cdn.marmot-cloud.com/storage/agipower/2025/11/04/dYay14D/OpenWebUI_en.jpg" alt="Cost details" />

\</div>

### Get Started

1. Click New Chat
2. Select a model from the top-left
3. Start chatting

<Tip title="Model Selection">
  Open WebUI automatically syncs all AGIPower models and selects one by default.
</Tip>

\<div style="text-align: center;">

<img src="https://cdn.marmot-cloud.com/storage/agipower/2025/11/04/lP1UBK1/OpenWebUI_chat_en.jpg" alt="Cost details" />

\</div>
