Overview
Open WebUI is an open-source, self-hosted chat interface. It supports OpenAI-compatible endpoints directly in the UI, so adding the AI Gateway as a connection routes every chat through Orq.ai with the full model catalog, unified tracing, and cost tracking. This page covers model routing and tracing only.Prerequisites
- Docker installed
- Active Orq.ai account
- Orq.ai API key
Setup
Start Open WebUI
Run the container, then open http://localhost:3000 and create the admin account (the first user to sign up becomes the admin):For other install methods, see the Open WebUI quick start.
Add the AI Gateway as an OpenAI connection
Go to Settings → Admin Settings → Connections, then add a connection under OpenAI API:
- URL:
https://api.orq.ai/v3/routerexactly, with no trailing path - Auth:
Bearer - API Key: the Orq.ai API key

Select a model
Enabled Orq.ai models appear in the selector at the top of a new chat. To curate the list, go to Admin Settings → Models and add provider-prefixed IDs (for example
openai/gpt-4o, anthropic/claude-sonnet-4-6) from Workspace Settings → Models.Troubleshooting
The model picker is empty
The model picker is empty
The connection URL has an extra or trailing path, or the model fetch did not run. Confirm the URL is exactly
https://api.orq.ai/v3/router, or add models manually under Admin Settings → Models.Requests do not appear in Orq.ai Traces
Requests do not appear in Orq.ai Traces
A different connection is handling the request. Make sure the AI Gateway connection is selected, and disable any direct OpenAI connection to route exclusively through Orq.ai.
Authentication errors
Authentication errors
Confirm the API Key is a valid Orq.ai API key, not an OpenAI key.