Run the EveryAPI gateway inside LibreChat
LibreChat is a self-hosted, multi-user chat application with configurable endpoints. Add EveryAPI as a custom OpenAI-compatible endpoint using the schema documented for your installed LibreChat release.
One base URL line points LibreChat at EveryAPI
Default global Base URL / China-first Base URL: https://api.everyapi.ai/v1 / https://api-cn.everyapi.ai/v1
From zero to your first call
- Deploy LibreChat
Deploy LibreChat using its current official installation guide and record the release or image tag you use.
docs.librechat.ai/install/
- Edit librechat.yaml
Follow the custom-endpoint schema for your LibreChat release. Set the EveryAPI base URL and explicitly list or fetch only the models you intend to offer.
- Put EVERYAPI_KEY in .env
Reference the EveryAPI key from an environment variable or secret store instead of committing it to librechat.yaml.
- Switch the frontend model picker to EveryAPI
Restart or reload LibreChat as required by your release, select the EveryAPI endpoint, and test each exposed model and feature.