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.
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.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”.
Configuration
Install Open WebUI
Configure External Links
- Click ⚙️ Admin Panel
- Go to Settings > Connections > OpenAI API > Manage OpenAI API Connections
- Click ➕ Create New External Link
- Enter URL: “https://api.agipower.ai/v1”
- Enter API Key: AGIPower API Key
- Click Save
</div>
Get Started
- Click New Chat
- Select a model from the top-left
- Start chatting
</div>