| 1 | <p align="center"> |
| 2 | <a href="https://librechat.ai"> |
| 3 | <img src="client/public/assets/logo.svg" height="256"> |
| 4 | </a> |
| 5 | <h1 align="center"> |
| 6 | <a href="https://librechat.ai">LibreChat</a> |
| 7 | </h1> |
| 8 | </p> |
| 9 | |
| 10 | <p align="center"> |
| 11 | <strong>English</strong> · |
| 12 | <a href="README.zh.md">中文</a> |
| 13 | </p> |
| 14 | |
| 15 | <p align="center"> |
| 16 | <a href="https://discord.librechat.ai"> |
| 17 | <img |
| 18 | src="https://img.shields.io/discord/1086345563026489514?label=&logo=discord&style=for-the-badge&logoWidth=20&logoColor=white&labelColor=000000&color=blueviolet"> |
| 19 | </a> |
| 20 | <a href="https://www.youtube.com/@LibreChat"> |
| 21 | <img |
| 22 | src="https://img.shields.io/badge/YOUTUBE-red.svg?style=for-the-badge&logo=youtube&logoColor=white&labelColor=000000&logoWidth=20"> |
| 23 | </a> |
| 24 | <a href="https://docs.librechat.ai"> |
| 25 | <img |
| 26 | src="https://img.shields.io/badge/DOCS-blue.svg?style=for-the-badge&logo=read-the-docs&logoColor=white&labelColor=000000&logoWidth=20"> |
| 27 | </a> |
| 28 | <a aria-label="Sponsors" href="https://github.com/sponsors/danny-avila"> |
| 29 | <img |
| 30 | src="https://img.shields.io/badge/SPONSORS-brightgreen.svg?style=for-the-badge&logo=github-sponsors&logoColor=white&labelColor=000000&logoWidth=20"> |
| 31 | </a> |
| 32 | </p> |
| 33 | |
| 34 | <p align="center"> |
| 35 | <a href="https://railway.com/deploy/librechat-official?referralCode=HI9hWz&utm_medium=integration&utm_source=readme&utm_campaign=librechat"> |
| 36 | <img src="https://railway.com/button.svg" alt="Deploy on Railway" height="30"> |
| 37 | </a> |
| 38 | <a href="https://zeabur.com/templates/0X2ZY8"> |
| 39 | <img src="https://zeabur.com/button.svg" alt="Deploy on Zeabur" height="30"/> |
| 40 | </a> |
| 41 | <a href="https://template.cloud.sealos.io/deploy?templateName=librechat"> |
| 42 | <img src="https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg" alt="Deploy on Sealos" height="30"> |
| 43 | </a> |
| 44 | </p> |
| 45 | |
| 46 | <p align="center"> |
| 47 | <a href="https://www.librechat.ai/docs/translation"> |
| 48 | <img |
| 49 | src="https://img.shields.io/badge/dynamic/json.svg?style=for-the-badge&color=2096F3&label=locize&query=%24.translatedPercentage&url=https://api.locize.app/badgedata/4cb2598b-ed4d-469c-9b04-2ed531a8cb45&suffix=%+translated" |
| 50 | alt="Translation Progress"> |
| 51 | </a> |
| 52 | </p> |
| 53 | |
| 54 | |
| 55 | # ✨ Features |
| 56 | |
| 57 | - 🖥️ **UI & Experience** inspired by ChatGPT with enhanced design and features |
| 58 | |
| 59 | - 🤖 **AI Model Selection**: |
| 60 | - Anthropic (Claude), AWS Bedrock, OpenAI, Azure OpenAI, Google, Vertex AI, OpenAI Responses API (incl. Azure) |
| 61 | - [Custom Endpoints](https://www.librechat.ai/docs/quick_start/custom_endpoints): Use any OpenAI-compatible API with LibreChat, no proxy required |
| 62 | - Compatible with [Local & Remote AI Providers](https://www.librechat.ai/docs/configuration/librechat_yaml/ai_endpoints): |
| 63 | - Ollama, groq, Cohere, Mistral AI, Apple MLX, koboldcpp, together.ai, |
| 64 | - OpenRouter, Helicone, Perplexity, ShuttleAI, Deepseek, Qwen, and more |
| 65 | |
| 66 | - 🔧 **[Code Interpreter API](https://www.librechat.ai/docs/features/code_interpreter)**: |
| 67 | - Secure, Sandboxed Execution in Python, Node.js (JS/TS), Go, C/C++, Java, PHP, Rust, and Fortran |
| 68 | - Seamless File Handling: Upload, process, and download files directly |
| 69 | - No Privacy Concerns: Fully isolated and secure execution |
| 70 | - Open-Source & Self-Hostable: powered by [ClickHouse/code-interpreter](https://github.com/ClickHouse/code-interpreter) |
| 71 | |
| 72 | - 🔦 **Agents & Tools Integration**: |
| 73 | - **[LibreChat Agents](https://www.librechat.ai/docs/features/agents)**: |
| 74 | - No-Code Custom Assistants: Build specialized, AI-driven helpers |
| 75 | - Agent Marketplace: Discover and deploy community-built agents |
| 76 | - Collaborative Sharing: Share agents with specific users and groups |
| 77 | - Flexible & Extensible: Use MCP Servers, tools, file search, code execution, and more |
| 78 | - [Skills](https://www.librechat.ai/docs/features/skills): Create reusable `SKILL.md` instruction bundles for manual, automatic, or always-on agent workflows |
| 79 | - [Subagents](https://www.librechat.ai/docs/features/subagents): Delegate focused work to isolated child agent runs with their own context windows |
| 80 | - Compa |