API Endpoints

Manage AI provider connections

Endpoints are configured via librechat.yaml file. Here you can see the current configuration.
📄 librechat.yaml Configuration
Loading configuration...
OpenRouter

Access to various AI models

Configured
Groq

Fast LLM models

Configured
Anthropic

Claude models

Not configured
ℹ️ System Information
How to add new Endpoint:
  1. Go to "Settings" section
  2. Open librechat.yaml editor
  3. Add new endpoint in endpoints: section
  4. Specify API key in .env file
  5. Restart LibreChat container
Example configuration:
endpoints:
  custom:
    - name: "OpenRouter"
      apiKey: "${OPENROUTER_API_KEY}"
      baseURL: "https://openrouter.ai/api/v1"
      models:
        default: ["deepseek/deepseek-chat"]
      titleConvo: true
      titleModel: "deepseek/deepseek-chat"