Connect Open WebUI to Gonka Broker
Open WebUI is a self-hosted, ChatGPT-style web interface for running models. It has built-in support for OpenAI-compatible endpoints, so you can add Gonka Broker as a connection and chat with open-source models — no plugin required.
Prerequisites
Section titled “Prerequisites”- A Gonka API key (starts with
gnk-prx-). See Create a Gonka API Key. - A running Open WebUI instance. See the Open WebUI install guide.
Add Gonka Broker as an OpenAI connection
Section titled “Add Gonka Broker as an OpenAI connection”The first account you create in Open WebUI is the workspace admin. As that admin:
- Click your avatar (bottom-left) → Admin Panel, then open Settings → Connections.
- In the OpenAI API section, click Manage OpenAI API Connections, then the + (Add Connection).
- Fill in:
- API Base URL —
https://proxy.gonkabroker.com/v1 - API Key — your Gonka key (
gnk-prx-…) - Leave Prefix ID blank.
- API Base URL —
- Click Verify Connection — a success message means Open WebUI reached Gonka Broker and fetched the model list.
- Save.
The models Gonka Broker serves are now available to everyone in the workspace.
To connect just your own account instead of the whole workspace, add the same API Base URL and API Key under Settings → Connections → Direct Connections — no admin access needed.
Pick a model
Section titled “Pick a model”Start a new chat and open the model selector at the top. Gonka Broker‘s models — fetched from /v1/models — appear in the list. Pick moonshotai/Kimi-K2.6 (recommended) or MiniMaxAI/MiniMax-M2.7 (see Supported Models).
Verify
Section titled “Verify”Send a message in the chat. A reply confirms Open WebUI is reaching Gonka Broker through your key.
Troubleshooting
Section titled “Troubleshooting”- No models in the selector — re-open Admin Panel → Settings → Connections, click Verify Connection, and confirm the API Base URL is
https://proxy.gonkabroker.com/v1and the connection is enabled. - 401 / invalid API key — wrong or paused key. Create a fresh one from Create a Gonka API Key.
- Visible
<think>reasoning in the output — reasoning models such asMiniMaxAI/MiniMax-M2.7emit their thinking inline, which Open WebUI shows verbatim. Usemoonshotai/Kimi-K2.6for clean output.