OpenAIWebUI
infotrend/openai_webui:latest
https://hub.docker.com/r/infotrend/openai_webui/
bridge
bash
false
https://forums.unraid.net/topic/147675-support-infotrendopenai_webui/
https://github.com/Infotrend-Inc/OpenAI_WebUI
OpenAI API-compatible WebUI.
Requires valid API keys for the providers enabled (see list in the selection).
Supports OLLAMA_HOST for self-hosted models. Model capabilities depend on the model, but a default for each will be used.
The list of recognized models for each provider is available in https://github.com/Infotrend-Inc/OpenAI_WebUI/blob/main/models.md
Please review https://github.com/Infotrend-Inc/OpenAI_WebUI/blob/main/README.md for a few sections in particular:
- the .env supported environment variables that are defined in this template
- the Unraid specific setup section that introduces features not enabled by default, including the ability to password protect the WebUI.
- an environment variable ready version of the models list is available at https://github.com/Infotrend-Inc/OpenAI_WebUI/blob/main/models.txt and can be used for the OAIWUI_GPT_MODELS and OAIWUI_IMAGE_MODELS parameters
Extra parameters are available under the advanced settings.
- the default savedir is /iti/savedir. /iti is mounted from within the appdata folder.
- the default user id is 99 and group id is 100. This can be changed modiying the WANTED_UID and WANTED_GID parameters.
- When using the "prompt presets" feature, the directory must exist (recommended location: /iti/prompt_presets).
- When using the "prompt presets settings" feature, the JSON file must exist (recommended location: /iti/prompt_presets.json).
AI: Productivity:
OpenAI Perplexity Gemini Ollama
http://[IP]:[PORT:8501]
https://github.com/Infotrend-Inc/OpenAI_WebUI/blob/main/assets/Infotrend_LogoOnly.png?raw=true
8501
/mnt/user/appdata/openai_webui/savedir
/iti/savedir
99
100
False
chatgpt-4o-latest gemini-2.0-flash sonar
dall-e-3 gpt-image-1
True
True
2025-08-07
### 0.9.13 (2025-08-07)
- Added support for GPT-5
### 0.9.12 (2025-07-15)
- Support for LiteLLM
### 0.9.11 (2025-05-13)
- Using chat interface for GPTs, and support for additional OpenAI API-compatible providers (Perplexity AI, Gemini AI and the self-hosted Ollama) + new image generation model + moved to uv for deployment + Changed base container to ubuntu:24.04 and added WANTED_UID and WANTED_GID environment variables for Docker and Unraid