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 repositorygit clone https://github.com/praveentcom/openproxy.gitcd openproxy # Install dependenciesnpm install # Build the servernpm run buildnpm run devLicense & Support
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions:
- Check the Issues page on GitHub
- Create a new issue with detailed information about your problem
- 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

