App Integrations

LibreChat - Open-Source AI Chat Platform

Connect LibreChat to ZipFlow and give your users agents, files and multi-user chat backed by your models.

LibreChat is an open-source AI chat platform with agents, file uploads and multi-user support. Point its OpenAI-compatible endpoint at ZipFlow to power your deployment with your account's models.

Connecting to ZipFlow

Usage Instructions

  1. Get an API key from the ZipFlow console: Dashboard → API Keys → Create.
  2. Configure LibreChat with environment variables before starting it:
    • OPENAI_API_KEY = your ZipFlow API key
    • OPENAI_BASE_URL = https://api.zipflow.xyz/v1
  3. Restart LibreChat and sign in.
  4. Open a new conversation, select a model, and start chatting.

LibreChat applies the ZipFlow base URL to all OpenAI-compatible endpoints, so your agents and tools use the same gateway. Refer to the LibreChat configuration docs for deployment-specific details.

On this page