text-generation-webui
Run local LLMs with a powerful web interface — text, vision, tool-calling, and OpenAI-compatible API
Overview
Requirements
Recommended VPS
Contabo · VPS S
4 vCPU · 8192 MB · 100 GB
Contabo · VPS S
4 vCPU · 8192 MB · 100 GB
Contabo · VPS S
4 vCPU · 8192 MB · 100 GB
Affiliate disclosure
Docker Compose
# Generated by Run This Ai — docker-compose.yml
services:
text-generation-webui:
image: atinoda/text-generation-webui:latest
restart: unless-stopped
ports:
- 8080:8080
volumes:
- ./data/text-generation-webui:/data
Related tools
Ollama
Run large language models locally
NextChat
Cross-platform ChatGPT web UI with multi-model support for Ollama, Claude, Gemini, and more
Lobe Chat
Extensible, open-source ChatGPT alternative with plugins, knowledge base, and multi-LLM support
Open WebUI
User-friendly WebUI for LLMs (Ollama, OpenAI API)
llama.cpp
LLM inference in C/C++
DSPy
The framework for programming—not prompting—language models
Guides & articles
How to Deploy text-generation-webui with Docker on Your Own Server
Step-by-step Docker deployment guide for text-generation-webui (oobabooga) — run local LLMs with GPU support in a containerized environment.
Getting Started with text-generation-webui: Your Local LLM Powerhouse
A comprehensive guide to text-generation-webui (oobabooga) — the leading open-source web interface for running local LLMs with chat, vision, tool-calling, and an OpenAI-compatible API.