Open WebUI

Open WebUI should use the same /v1 path as the OpenAI SDKs.

Treat CorvusLLM as an OpenAI-compatible backend inside Open WebUI. Start with one clean slug and confirm the connection before you switch models.

Install Open WebUI first

For a local Open WebUI test, install Docker Desktop, start the official Open WebUI container, open the UI on localhost, and then add CorvusLLM as an OpenAI-compatible connection.

What to installOfficial sourceQuick check
Docker DesktopDocker Desktop docsdocker --version
Open WebUIOpen WebUI quick starthttp://localhost:3000 after the container starts.
CorvusLLM keyBuy or top up balancePaste as the OpenAI-compatible API key.
Docker quick start
docker --version
docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:main

Connection values

Open Open WebUI in your browser, then go to Admin Panel, Settings, and Connections. Add or edit an OpenAI-compatible connection and paste these values.

Open WebUI fieldWhere to change itValue to paste
Connection typeAdmin Panel > Settings > Connections > OpenAI-compatible connectionOpenAI-compatible or custom OpenAI
Base URLThe connection's API/Base URL inputhttps://base.corvusllm.com/v1
API keyThe same connection's API key inputYour delivered CorvusLLM key
First modelModel picker after the connection is savedgpt-5.5
If your Open WebUI version uses different labels

Look for the OpenAI-compatible provider or connection screen. The important parts are the /v1 base URL, your CorvusLLM key, and a supported model slug.

If the model picker becomes slow or crowded

Enable Settings > Connections > Cache Base Model List and keep only the model slugs you actually use in the Open WebUI model list.

After it connects

After the first successful chat, you can switch to other supported slugs from Models & Slugs, including Claude and GLM families through the same OpenAI-compatible path. Treat the live catalog as the source of truth for any additional families.

This block follows the current public catalog, so new models and reordered families can surface here automatically after you save them.

Loading

Loading current catalog

CorvusLLM is pulling the latest recommended models for Open WebUI.

Browse docs
On this page