See the Custom Configuration Guide for more information: LibreChat Custom Config Guide
- Choose a file that corresponds to your needs
- Copy its raw URL (provided below)
- In your LibreChat
.env
file, addCONFIG_PATH="https://raw-config-file-url/librechat.yaml"
⚠️ Replace the URL with one provided below!
File Name | API Keys | File Strategy |
---|---|---|
librechat-env-l.yaml | env | local |
librechat-env-f.yaml | env | firebase |
librechat-up-l.yaml | user_provided | local |
librechat-up-f.yaml | user_provided | firebase |
Contributions are welcome!
Important: Instead of manually updating individual files, please use/update the scripts provided in the scripts folder. See the scripts README for more information on how to use these scripts for file generation and updates.
❗Note:
- Updates to the model list are always welcome
- Adding endpoints requires also updating the scripts
- Keep the APIs alphabetized
- Provide a logo for new endpoints
- When adding a new endpoint, add a note in the bottom of this README with the name and URL to get an API key
Basic configuration:
- API Keys: .env variables
- File Strategy:
local
- .env config:
CONFIG_PATH=https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-env-l.yaml APIPIE_API_KEY= COHERE_API_KEY= DEEPSEEK_API_KEY= FIREWORKS_API_KEY= GITHUB_TOKEN= GLHF_API_KEY GROQ_API_KEY= HUGGINGFACE_TOKEN= HYPERBOLIC_API_KEY= KLUSTER_API_KEY= MISTRAL_API_KEY= NANOGPT_API_KEY NVIDIA_API_KEY= OPENROUTER_KEY= PERPLEXITY_API_KEY= SAMBANOVA_API_KEY= TOGETHERAI_API_KEY= UNIFY_API_KEY= XAI_API_KEY=
Basic configuration:
- API Keys: .env variables
- File Strategy:
firebase
- .env config:
CONFIG_PATH=https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-env-f.yaml APIPIE_API_KEY= COHERE_API_KEY= DEEPSEEK_API_KEY= FIREWORKS_API_KEY= GITHUB_TOKEN= GLHF_API_KEY GROQ_API_KEY= HUGGINGFACE_TOKEN= HYPERBOLIC_API_KEY= KLUSTER_API_KEY= MISTRAL_API_KEY= NANOGPT_API_KEY NVIDIA_API_KEY= OPENROUTER_KEY= PERPLEXITY_API_KEY= SAMBANOVA_API_KEY= TOGETHERAI_API_KEY= UNIFY_API_KEY= XAI_API_KEY=
Basic configuration:
- API Keys:
user_provided
- File Strategy:
firebase
- .env config:
CONFIG_PATH=https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-up-f.yaml
Basic configuration:
- API Keys:
user_provided
- File Strategy:
local
- .env config:
CONFIG_PATH=https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-up-l.yaml
- Personal file used to test changes and configs
The following files are now deprecated and should not be used for new configurations:
Update your CONFIG_PATH
environment variable to: https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-env.l.yaml
Update your CONFIG_PATH
environment variable to: https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-up-f.yaml
Update your CONFIG_PATH
environment variable to: https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-up-l.yaml
Update your CONFIG_PATH
environment variable to: https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-env-l.yaml
Update your CONFIG_PATH
environment variable to: https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-env-f.yaml
Provider | URL |
---|---|
APIpie | https://apipie.ai/dashboard/profile/api-keys |
Cohere | https://dashboard.cohere.com/api-keys |
DeepSeek | https://platform.deepseek.com/api_keys |
FireworksAI | https://fireworks.ai/ |
Github Models | https://github.com |
glhf.chat | https://glhf.chat |
groq | https://console.groq.com/keys |
HuggingFace | https://huggingface.co/settings/tokens |
Hyperbolic | https://app.hyperbolic.xyz/ |
Kluster | https://platform.kluster.ai/apikeys |
Mistral | https://mistral.ai/ |
NanoGPT | https://nano-gpt.com/api |
NVIDIA | https://build.nvidia.com/explore/discover |
OpenRouter | https://openrouter.ai/ |
Perplexity | https://docs.perplexity.ai/docs/getting-started |
SambaNova | https://cloud.sambanova.ai/apis |
TogetherAI | https://www.together.ai/ |
Unify | https://unify.ai/ |
X.AI (Grok) | https://api.x.ai/ |