|
|
|
|
|
|
|
|
|
|
|
|
|
|
version: 1.2.1 |
|
|
|
|
|
|
|
|
cache: true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
interface: |
|
|
|
|
|
privacyPolicy: |
|
|
externalUrl: 'https://librechat.ai/privacy-policy' |
|
|
openNewTab: true |
|
|
|
|
|
|
|
|
termsOfService: |
|
|
externalUrl: 'https://librechat.ai/tos' |
|
|
openNewTab: true |
|
|
modalAcceptance: true |
|
|
modalTitle: "Capabilities and Terms of Service for Librechat" |
|
|
modalContent: | |
|
|
## Overview and Key Features |
|
|
|
|
|
This platform is designed to facilitate user exploration of the Model Context Protocol (MCP) and the capabilities offered by LibreChat. It includes several powerful, built-in features accessible without requiring user-provided API keys or credentials. |
|
|
|
|
|
|
|
|
|
|
|
* **Integrated Agents:** |
|
|
* **Smarty:** An intelligent search companion optimized for web searches, providing robust performance comparable to specialized search AI tools. |
|
|
* **CodeSandbox:** A free, powerful alternative to proprietary code interpreter APIs. This local Python MCP server enables code execution, package installation, and multi-language support within a secure sandbox environment. |
|
|
|
|
|
* **Broad LLM Access:** Provides complimentary access (no API keys required) to a selection of state-of-the-art Large Language Models, including: |
|
|
* Qwen3 |
|
|
* Gemini 2.5 Pro |
|
|
* GPT-4o |
|
|
* GPT-4.1 |
|
|
* DeepSeek R1 |
|
|
* *(Note: Availability may be subject to change)* |
|
|
|
|
|
* **Document Processing:** |
|
|
* **RAG (Retrieval-Augmented Generation):** Enabled for enhanced information retrieval from provided documents. |
|
|
* **OCR (Optical Character Recognition):** Allows processing of text within uploaded image-based documents. |
|
|
* Supports uploading and processing of large files. |
|
|
|
|
|
* **Simplified Access:** All features are pre-configured, eliminating the need for users to manage or provide API keys or credentials. |
|
|
|
|
|
Note:By using the Website, you acknowledge that you have read these Terms of Service and agree to be bound by them. |
|
|
|
|
|
endpointsMenu: true |
|
|
modelSelect: true |
|
|
parameters: true |
|
|
sidePanel: true |
|
|
presets: true |
|
|
prompts: true |
|
|
bookmarks: true |
|
|
multiConvo: true |
|
|
agents: true |
|
|
|
|
|
|
|
|
registration: |
|
|
socialLogins: ['github', 'google', 'discord', 'openid', 'facebook', 'apple'] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
actions: |
|
|
allowedDomains: |
|
|
- "swapi.dev" |
|
|
- "librechat.ai" |
|
|
- "google.com" |
|
|
mcpServers: |
|
|
exa: |
|
|
type: stdio |
|
|
command: npx |
|
|
args: |
|
|
- -y |
|
|
- "/app/exa-mcp-server/build/index.js" |
|
|
- --tools=web_search_exa,research_paper_search,twitter_search,company_research,crawling,competitor_finder |
|
|
timeout: 60000000 |
|
|
env: |
|
|
EXA_API_KEY: '${EXA_API_KEY}' |
|
|
PATH: "/usr/local/bin:/usr/bin:/bin" |
|
|
NODE_PATH: "/usr/local/lib/node_modules" |
|
|
twilio: |
|
|
type: stdio |
|
|
command: npx |
|
|
args: |
|
|
- -y |
|
|
- '@twilio-alpha/mcp' |
|
|
- ACeea63a423d0c2d38fe0e21689f8dbcad/SK6cf2cb7b3f8b8a439c7f610712af3c11:QdhPW4CCq6GnORENPX8uE6t8t20UjNGy |
|
|
timeout: 60000000 |
|
|
env: |
|
|
PATH: "/usr/local/bin:/usr/bin:/bin" |
|
|
NODE_PATH: "/usr/local/lib/node_modules" |
|
|
memory: |
|
|
type: stdio |
|
|
command: npx |
|
|
args: |
|
|
- -y |
|
|
- "@modelcontextprotocol/server-memory" |
|
|
timeout: 60000000 |
|
|
codesandbox: |
|
|
type: stdio |
|
|
command: python |
|
|
args: |
|
|
- tests.py |
|
|
timeout: 60000000 |
|
|
env: |
|
|
JAVA_LIB_PATH: "/usr/lib/jvm/java-21-openjdk/lib" |
|
|
JAVA_SERVER_LIB_PATH: "/usr/lib/jvm/java-21-openjdk/lib/server" |
|
|
LD_LIBRARY_PATH : "/usr/lib/jvm/java-21-openjdk/lib/server:/usr/lib/jvm/java-21-openjdk/lib:" |
|
|
|
|
|
endpoints: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
agents: |
|
|
|
|
|
recursionLimit: 50 |
|
|
|
|
|
maxRecursionLimit: 100 |
|
|
|
|
|
disableBuilder: false |
|
|
|
|
|
capabilities: ["file_search", "tools", "ocr", "chain"] |
|
|
custom: |
|
|
- name: 'Tiny-DEV' |
|
|
|
|
|
|
|
|
apiKey: '${TINY_API_KEY}' |
|
|
baseURL: '${TINY_API_BASE}' |
|
|
|
|
|
|
|
|
|
|
|
models: |
|
|
|
|
|
default: ['Qwen3-235B','Qwen3-235B-A22B','Qwen3-30B-A3B','Qwen3-32B','gemini-2.5-pro-preview-05-06','gemini-2.5-flash-preview-04-17','gemini-2.0-flash-thinking-exp-01-21' ,'deepseek.r1','deepseek-reasoner','MAI-DS-R1-FP8', 'DeepSeek-R1-Zero', 'DeepSeek-R1T-Chimera' , 'QwQ-32B-ArliAI-RpR-v1' , 'DeepSeek-V3-0324','deepseek-chat','gpt4.1','gpt-4o','o4-mini','gemini-2.0-pro-exp-02-05','GLM-4-32B-0414','GLM-Z1-32B-0414','deepseek-r1-distill-llama-70b', 'qwq-32b','llama-3.3-70b-versatile','meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8','microsoft/Phi-4-multimodal-instruct','google/gemma-3-27b-it','meta-llama/Llama-4-Scout-17B-16E-Instruct'] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
titleConvo: true |
|
|
|
|
|
modelDisplayLabel: 'Tiny' |
|
|
|
|
|
ocr: |
|
|
mistralModel: "mistral-ocr-latest" |
|
|
apiKey: '${OCR_API_KEY}' |
|
|
baseURL: "https://api.mistral.ai/v1" |
|
|
strategy: "mistral_ocr" |
|
|
|
|
|
fileConfig: |
|
|
endpoints: |
|
|
agents: |
|
|
fileLimit: 5 |
|
|
fileSizeLimit: 100 |
|
|
totalSizeLimit: 500 |
|
|
supportedMimeTypes: |
|
|
- "image/.*" |
|
|
- "application/pdf" |
|
|
- "video/.*" |
|
|
- "application/vnd.ms-excel" |
|
|
- "audio/mp3" |
|
|
- "audio/mpeg" |
|
|
- "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" |
|
|
- "application/vnd.openxmlformats-officedocument.wordprocessingml.document" |
|
|
- "application/msword" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|