Discover and explore top open-source AI tools and projects—updated daily.
poixeaiLightweight, self-hosted reverse proxy gateway for AI APIs
Top 99.0% on SourcePulse
Proxify is an open-source, lightweight, self-hosted reverse proxy gateway simplifying access to AI APIs. It tackles regional restrictions and multi-service complexity, offering a unified entry point optimized for LLM streaming responses. Ideal for users needing a secure, efficient, and easily deployable solution for AI API integrations.
How It Works
Built in Go with Gin, Proxify is a high-performance reverse proxy. Its key innovation is deep optimization for LLM streaming: stream smoothing for a "typing effect," heartbeat keepalive to prevent idle timeouts, and tail acceleration for reduced latency. It consolidates access to multiple upstream AI services (e.g., OpenAI, Gemini) via path prefixes defined in routes.json, enabling efficient routing.
Quick Start & Requirements
docker pull poixeai/proxify:latest) and run with mounted config files (.env, routes.json). Manual build options exist..env for environment variables (port, auth); routes.json for upstream API routes (path, target).Highlighted Details
Maintenance & Community
Maintained by an experienced AI team; community contributions (issues, PRs) are welcomed.
Licensing & Compatibility
MIT License: Permissive, suitable for commercial use and closed-source applications.
Limitations & Caveats
Accessible routes depend entirely on user-defined routes.json configuration. Extensibility to arbitrary HTTP APIs requires manual configuration.
5 months ago
Inactive
BerriAI