OpenProxy Database Schema

OpenProxy

A lightweight, production-ready OpenAI-compatible proxy server that seamlessly forwards LLM API requests with comprehensive logging, cost tracking, and PostgreSQL integration.

Features

  • OpenAI API Compatible: Drop-in replacement for OpenAI's API endpoints
  • Comprehensive Logging: Track all API requests and responses for auditing and debugging
  • Cost Tracking: Monitor token usage and calculate costs across different models
  • PostgreSQL Integration: Persistent storage for logs, usage statistics, and cost data
  • Production Ready: Built with performance and reliability in mind
  • Easy Deployment: Simple configuration and deployment options

Quick Start

Installation

1
2
3
4
5
6
7
8
9
10
# Clone the repository
git clone https://github.com/praveentcom/openproxy.git
cd openproxy
# Install dependencies
npm install
# Build the server
npm run build
npm run dev

License & Support

This project is licensed under the MIT License - see the LICENSE file for details.

If you encounter any issues or have questions:

  1. Check the Issues page on GitHub
  2. Create a new issue with detailed information about your problem
  3. Join our community discussions

Roadmap

  • Support for multiple providers and routing
  • Advanced analytics and reporting features
  • Rate limiting and quota management
  • Authentication and authorization features