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
ConfiguredGroq
Fast LLM models
ConfiguredAnthropic
Claude models
Not configuredℹ️ System Information
How to add new Endpoint:
- Go to "Settings" section
- Open librechat.yaml editor
- Add new endpoint in endpoints: section
- Specify API key in .env file
- 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"