Open WebUI
Open WebUI is the platform for running AI on your own terms. Official site: openwebui.com
1.1 Usage
- Open Open WebUI in the browser.
- Go to
Admin Settings->Connections->OpenAI. - Click
Add Connection. - Enter the Base URL
https://api.hpc-ai.com/inference/v1. - Enter
your-hpc-ai-api-key. - If needed, add
minimax/minimax-m2.5toModel IDs (Filter). - Save the connection and select the model from the model picker.
1.2 Notes
- Open WebUI checks
/modelswhen validating the connection. If/modelsis unavailable, add the model ID manually in the allowlist. - Open WebUI also documents environment-variable configuration through
OPENAI_API_BASE_URLSandOPENAI_API_KEY.