Open WebUI

Open WebUI is a platform that allows you to deploy and manage AI systems with full control over your environment and configuration.

1.1 Usage

Open WebUI Setup

  1. Open Open WebUI in your browser
  2. Go to Admin SettingsConnectionsOpenAI
  3. Click Add Connection
  4. Then Enter:
    • Base URL: https://api.rygen.io/v1
    • API Key: your-rygen-api-key
    • If needed, add minimax/minimax-m2.5 to Model IDs (Filter).
  5. (Optional) Add your model under Model IDs (Filter)
  6. Save and select the model from the model picker.

1.2 Notes

  • Open WebUI validates connections using the /models endpoint
  • If /models is unavailable, manually add the model ID to the allowlist
  • You can also configure via environment variables:
    • OPENAI_API_BASE_URLS
    • OPENAI_API_KEY

1.3 References