everyapi
Integration · Self-hosted open-source chat UIOpenAI-compatible · one key · live model catalog
L

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.

01Setup code

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

02Steps

From zero to your first call

  1. Deploy LibreChat

    Deploy LibreChat using its current official installation guide and record the release or image tag you use.

    docs.librechat.ai/install/

  2. 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.

  3. Put EVERYAPI_KEY in .env

    Reference the EveryAPI key from an environment variable or secret store instead of committing it to librechat.yaml.

  4. 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.