AI Endpoints
This section lists known, compatible AI Endpoints with example setups for the `librechat.yaml` AKA the LibreChat Custom Config file.
Intro
-
This section lists known, compatible AI Endpoints, also known as "Custom Endpoints," with example setups for the
librechat.yamlfile, also known as the Custom Config file. -
In all of the examples, arbitrary environment variable names are defined but you can use any name you wish, as well as changing the value to
user_providedto allow users to submit their own API key from the web UI.
Important: 'user_provided' Key Setting
When setting API keys to "user_provided", this allows users to enter their own API keys through the web interface. This is different from the pre-configured endpoints in the .env file where you would set ENDPOINT_KEY=user_provided (e.g., OPENAI_API_KEY=user_provided).
For custom endpoints in librechat.yaml, you would use:
For environment variables in the .env file, you would use:
- Some of the endpoints are marked as Known, which means they might have special handling and/or an icon already provided in the app for you.
Notes
- It's recommended you follow the Custom Endpoints Quick Start Guide before proceeding with the examples below.
- Important: make sure you setup the
librechat.yamlfile correctly: setup documentation.
How is this guide?