Skip to content

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.

The first account you create in Open WebUI is the workspace admin. As that admin:

  1. Click your avatar (bottom-left) → Admin Panel, then open Settings → Connections.
  2. In the OpenAI API section, click Manage OpenAI API Connections, then the + (Add Connection).
  3. Fill in:
    • API Base URLhttps://proxy.gonkabroker.com/v1
    • API Key — your Gonka key (gnk-prx-…)
    • Leave Prefix ID blank.
  4. Click Verify Connection — a success message means Open WebUI reached Gonka Broker and fetched the model list.
  5. 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.

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).

Send a message in the chat. A reply confirms Open WebUI is reaching Gonka Broker through your key.

  • 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/v1 and 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 as MiniMaxAI/MiniMax-M2.7 emit their thinking inline, which Open WebUI shows verbatim. Use moonshotai/Kimi-K2.6 for clean output.