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
- Open Open WebUI in your browser
- Go to
Admin Settings→Connections→OpenAI - Click
Add Connection - Then Enter:
- Base URL:
https://api.rygen.io/v1 - API Key:
your-rygen-api-key - If needed, add
minimax/minimax-m2.5toModel IDs (Filter).
- Base URL:
- (Optional) Add your model under Model IDs (Filter)
- Save and select the model from the model picker.
1.2 Notes
- Open WebUI validates connections using the
/modelsendpoint - If
/modelsis unavailable, manually add the model ID to the allowlist - You can also configure via environment variables:
OPENAI_API_BASE_URLSOPENAI_API_KEY

