librechat.yml file.
Requires a valid Routeway API key. Get yours from the dashboard.
Setup
Locate your LibreChat config
Find your LibreChat installation’s
librechat.example.yml file and create a copy named librechat.yml (if you haven’t already).Add Routeway configuration
Add the following to your
librechat.yml under the endpoints section:Setting
fetch: true will automatically load all available models from Routeway. The default list provides quick-access models shown at the top.Reference
| Setting | Value |
|---|---|
| Base URL | https://api.routeway.ai/v1/ |
| Config file | librechat.yml |
| Env variable | ROUTEWAY_API_KEY |
| Auto-fetch models | fetch: true |