> ## Documentation Index
> Fetch the complete documentation index at: https://docs.requesty.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# LibreChat

> Requesty routing for LibreChat

Requesty provides seamless integration with LibreChat, allowing you to use any AI model with this popular open-source chat interface.

## Setup Instructions

1. Add the following lines to your LibreChat `.env` file:

```bash theme={"dark"}
CONFIG_PATH="https://raw.githubusercontent.com/requestyai/librechat-requesty/main/librechat-env.yaml"
REQUESTY_KEY="your_requesty_api_key_here"
```

2. Get your API key from the [API Keys Page](https://app.requesty.ai/api-keys) in the Requesty platform.

3. Restart LibreChat to apply the changes.

4. That's it! You can now use any Requesty-supported model in LibreChat.

<Info>
  New users receive \$6 in sign-up credit when creating a Requesty account at [https://requesty.ai](https://requesty.ai)
</Info>

## Benefits

* **Access to Multiple Models**: Use any model available through Requesty in LibreChat
* **Automatic Configuration**: All models are automatically imported and pre-configured
* **Seamless Integration**: Works with Docker-based LibreChat installations

## Resources

* [LibreChat Documentation](https://www.librechat.ai/docs/local)
* [Requesty GitHub Repository](https://github.com/requestyai/librechat-requesty)
* [Requesty Platform](https://app.requesty.ai)
