use-apify.com
Open WebUI: guides & tutorials
Open WebUI self-hosted ChatGPT-style interface (135k stars): connects to Ollama, LiteLLM, and remote APIs. Custom branding-preserving license — note the terms.
2 articles
View all tags
Open WebUI is a self-hosted ChatGPT-style interface that connects to Ollama, LiteLLM, and remote APIs. These guides cover deploying it and noting its branding-preserving license terms.
It gives teams a private chat front end over local or remote models. Apify data can flow into the models it serves. Below you will find setup guides for Open WebUI.

TL;DR
- One
docker-compose.yml: Ollama + LiteLLM + Open WebUI + Authentik + PostgreSQL + Redis + Caddy
- Team logs in via SSO (Authentik OIDC); per-team budgets enforced by LiteLLM
- Runs Llama 3 70B at 40–60 tokens/sec on a Liquid Web L40S GPU server (48 GB VRAM)
- ChatGPT Team (10 users): $250/mo — this stack on L40S: ~$1,040/mo 24/7 or ~$360/mo at 8 hr/day · 5 days/wk
Every prompt your team sends to ChatGPT Team or Copilot for Microsoft 365 leaves your network and is processed on OpenAI's or Microsoft's servers. For most teams that's an acceptable trade-off. For teams handling legal documents, source code, financial data, or customer PII, it is not. This guide deploys a private ChatGPT equivalent — Llama 3 70B running on your own GPU hardware, with a ChatGPT-quality web interface, your company's SSO, and per-team usage budgets — entirely inside your infrastructure.