ORYNX

Open WebUI and LobeHub

Connect self-hosted chat apps to ORYNX.

Both apps use the OpenAI-compatible format, so every model except Gemini works in them. ORYNX serves Gemini models only in the Gemini format.

Open WebUI

  1. Open Admin Panel → Settings → Connections. Next to Manage OpenAI API Connections, click Add Connection.
  2. URL: https://api.orynx.dev/v1
  3. API Key: your sk-orynx-... key
  4. Click Verify Connection, then Save. Open WebUI loads the model list from ORYNX.

The list includes the Gemini models. To show only the models you use, add their ids under Model IDs.

LobeHub (formerly LobeChat)

  1. Open Settings → Provider and select OpenAI.
  2. API Key: your sk-orynx-... key
  3. API Proxy URL: https://api.orynx.dev/v1
  4. Under Model List, click Fetch models (or add model ids by hand) and turn on the ones you want.

IP allowlists

Open WebUI calls ORYNX from its server, so an IP allowlist on the key must include that server's address. LobeHub does the same unless Use Client Request Mode is on. Then each user's browser calls ORYNX directly.

On this page