# LobeChat — Open-Source Multi-Model Chat UI > Beautiful open-source chat UI supporting Claude, GPT-4, Gemini, Ollama, and 50+ providers. Plugin system, knowledge base, TTS, image generation, and self-hostable. 55,000+ GitHub stars. ## Install Save in your project root: ## Quick Use ```bash # Docker one-line deploy docker run -d -p 3210:3210 lobehub/lobe-chat ``` Open `http://localhost:3210`. Add your API keys in Settings > Model Providers. Or use the hosted version at [lobechat.com](https://lobechat.com). --- ## Intro LobeChat is a beautiful, open-source chat UI that supports Claude, GPT-4, Gemini, Ollama, and 50+ model providers with 55,000+ GitHub stars. It offers a plugin ecosystem, knowledge base (RAG), text-to-speech, image generation, and multi-model conversations — all self-hostable with Docker. Think of it as a self-hosted ChatGPT Pro that works with any model. Best for developers and teams who want a polished AI chat interface without vendor lock-in. Works with: Claude, GPT-4, Gemini, Ollama, any OpenAI-compatible API. Setup time: under 2 minutes. --- ## Key Features ### Multi-Model Support Use any model from any provider in one interface: | Provider | Models | |----------|--------| | Anthropic | Claude Opus, Sonnet, Haiku | | OpenAI | GPT-4o, o1, GPT-3.5 | | Google | Gemini 2.5 Pro, Flash | | Ollama | Llama 3, Mistral, CodeStral | | Azure | Azure OpenAI | | AWS | Bedrock models | Switch models mid-conversation or compare responses side-by-side. ### Plugin System Install plugins from the marketplace: - Web search (Tavily, Google) - Code interpreter - Image generation (DALL-E, Midjourney) - Weather, calculator, translator - Custom plugins via OpenAPI spec ### Knowledge Base (RAG) Upload documents and chat with them: - PDF, DOCX, TXT, Markdown - Automatic chunking and embedding - Citation tracking - Multi-document conversations ### Text-to-Speech Built-in TTS with multiple voices: - OpenAI TTS - Edge TTS (free) - ElevenLabs ### Beautiful UI - Dark/light mode - Mobile responsive - Custom themes - Conversation folders - Markdown rendering with code highlighting ### Self-Hosting Options ```bash # Docker docker run -d -p 3210:3210 lobehub/lobe-chat # Docker Compose (with database) docker compose up -d # Vercel (one-click) # Use the "Deploy to Vercel" button on GitHub ``` ### Key Stats - 55,000+ GitHub stars - 50+ model providers - Plugin marketplace - RAG knowledge base - Self-hostable with Docker ### FAQ **Q: What is LobeChat?** A: LobeChat is an open-source chat UI supporting 50+ AI model providers with plugins, knowledge base, TTS, and self-hosting — like a self-hosted ChatGPT Pro. **Q: Is LobeChat free?** A: Yes, fully open-source under Apache 2.0. Self-host for free with your own API keys. **Q: Can I use LobeChat with local models?** A: Yes, connect Ollama at `http://localhost:11434` and use any local model. --- ## Source & Thanks > Created by [LobeHub](https://github.com/lobehub). Licensed under Apache 2.0. > > [lobe-chat](https://github.com/lobehub/lobe-chat) — ⭐ 55,000+ Thanks to LobeHub for building the most beautiful open-source AI chat experience. --- ## 快速使用 ```bash docker run -d -p 3210:3210 lobehub/lobe-chat ``` 打开 `http://localhost:3210`,在设置中添加 API 密钥。 --- ## 简介 LobeChat 是一个精美的开源聊天 UI,GitHub 55,000+ stars。支持 Claude、GPT-4、Gemini、Ollama 等 50+ 模型提供商。内置插件系统、知识库(RAG)、TTS 和图像生成。Docker 一键自部署。适合需要自托管 AI 聊天界面的开发者和团队。 --- ## 来源与感谢 > Created by [LobeHub](https://github.com/lobehub). Licensed under Apache 2.0. > > [lobe-chat](https://github.com/lobehub/lobe-chat) — ⭐ 55,000+ --- Source: https://tokrepo.com/en/workflows/ea712bf1-d220-46ee-9259-64f81f8153c0 Author: AI Open Source