Open WebUI
A Privacy-Preserving Chat Assistant
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. By combining Open WebUI with Cortecs, you can create a privacy-preserving AI Chatbot Platform. This guide will walk you through the setup process.
1. Deploy Open WebUI
There are multiple ways to deploy Open WebUI.
To get started quickly, follow the official Quick Start guide for Open WebUI.
Once installation is complete, you’ll need to configure the external provider.
2. Connect Cortecs
Cortecs provides OpenAI-compatible API endpoints, making it easy to integrate with Open WebUI and many other tools. To connect:
Open Open WebUI in your browser.
Go to ⚙️ Settings -> Admin Settings → Connections.
At Manage OpenAI API Connections click ➕ Add Connection.
Base URL:
https://cortecs.ai/api/v1/models/serverless
API Key: Your API Key
Click Save.

3. (Optional) Configure a Embedding Model
By default, Open WebUI uses SentenceTransformers for embedding generation. You can optionally switch to a Cortecs embedding model. To configure:
Open Open WebUI in your browser.
Go to ⚙️ Settings → Admin Settings → Documents → Embedding.
Embedding Model Engine: OpenAI
Base URL:
https://cortecs.ai/api/v1/models/serverless
API Key: Your API Key
Embedding Model: Choose one of the embedding models of the models list
Click Save.

4. Start Chatting!
You're all set!
Open the chat interface.
Select your connected server's model from the model menu.
Start chatting with your AI assistant.

Last updated