LibreChat
How to connect LibreChat to Aramm with a custom OpenAI-compatible endpoint.
LibreChat can point at Aramm as a custom OpenAI-compatible endpoint. The MVP setup is one endpoint, one API key, and one default model.
What you need
- An Aramm API key
- LibreChat admin access
- A model id such as
openai/gpt-4o
Quick setup
Add a custom endpoint in librechat.yaml:
version: 1.1.4
endpoints:
custom:
- name: "Aramm"
apiKey: "YOUR_ARAMM_API_KEY"
baseURL: "https://router.aramm.ai/v1"
models:
default: ["openai/gpt-4o"]
fetch: true
titleConvo: true
modelDisplayLabel: "Aramm"Model naming
Use provider/model ids in the default model list.
Verify it works
Open LibreChat, start a new conversation, and confirm the model list loads and a test message returns a response.
Troubleshooting
- If the model list is empty, confirm
baseURLstill points to Aramm. - If auth fails, confirm the API key is the Aramm key and not a provider key.
- If the UI still shows the wrong provider name, refresh the cache and reload.