Apps · Productivity
LibreChat
Multi-provider chat with agents and file uploads.
Tokens / 7d
41B
Routing directive
auto
On our metal
19%
Licence
Open source
LibreChat adds file upload, RAG and agents on top of a familiar chat surface. Document uploads push a large share of its traffic into vision and long-context routes.
How it connects
- Custom endpoint entry in librechat.yaml.
- Vision route for PDF and screenshot uploads.
- Per-endpoint model lists fetched from /v1/models.
Traffic pattern
Mixed modality — roughly a third of turns include an image or PDF part.
gpt-5.5gemini-3.1-proclaude-sonnet-4.5
Point it at the gateway
# librechat.yaml
endpoints:
custom:
- name: llmcloud
baseURL: https://api.llmcloud.ai/v1
models: { fetch: true }