One Interface
for
Every AI Model
- • Intuitive, simple API
- • 100% private and open source
- • No third party routers

LLM Connection Layer forProduction, Research, MVP, Side Project, EnterpriseProductionResearchMVPSide ProjectEnterprise
Codebase
ProxAI
AI Provider
Codebase
ProxAI
AI Provider
A Python library that provides a unified API for multiple AI providers across production, MVP, enterprise, and research projects
How It Works
From setup to production in 5 steps
pip install proxai
export OPENAI_API_KEY="..."
export ANTHROPIC_API_KEY="..."
import proxai as px
px.set_model(provider="openai", model="gpt-4o")
px.generate_text(prompt="What is your name?")
Why ProxAI?
The AI landscape has many layer products. Here's what makes ProxAI different.
ProxAI | OpenRouter | Langchain | LiteLLM | HuggingFace | Pydantic AI | |
---|---|---|---|---|---|---|
Speed | Direct | Third Party Router | Direct | Direct Option | Third Party Router | Direct |
Privacy | Local | Third Party Router | Local | Local Option | Third Party Router | Local |
Open Source | Yes | No | Yes | Yes | No | Yes |
Complexity to Use | Easy | Easy | Hard | Medium | Easy | Easy |
Credit Markup Fee | No | Yes (5%) | No | No | No | No |
Local Cache | Yes | No | Yes | Yes | No | No |
CLI | No† | No | Yes | Yes | Yes | Yes |
Dashboard | Yes | Yes | Yes | Yes | No | Yes |
* This table is for quick reference. Please reach out to admin@proxai.co if there are mistakes in this table.
† CLI is under development, check out our roadmap page.
No Third-Party Routers
ProxAI is a local Python library and handles all operations on your local machine. There is no need to send your queries to third-party vendors.
No Third-Party Routers
ProxAI is a local Python library and handles all operations on your local machine. There is no need to send your queries to third-party vendors.
100% Open Sourced
This is important to ensure your data stays on your machine and is not sent to other platforms. Open source community support is important.
100% Open Sourced
This is important to ensure your data stays on your machine and is not sent to other platforms. Open source community support is important.
No Markup Fee
Some routers have up to 5.5% markup fees per query. ProxAI has a free-to-use open source core and paid dashboard for enterprise business model.
No Markup Fee
Some routers have up to 5.5% markup fees per query. ProxAI has a free-to-use open source core and paid dashboard for enterprise business model.
No Frameworks
It is our core philosophy to make the best API currently available. The ProxAI team wants to deliver modular libraries, not frameworks.
No Frameworks
It is our core philosophy to make the best API currently available. The ProxAI team wants to deliver modular libraries, not frameworks.
Easy to Use
Engineering experience is important to us. We are trying to simplify all the hassle and make everything simpler for solo builders to structured companies.
Easy to Use
Engineering experience is important to us. We are trying to simplify all the hassle and make everything simpler for solo builders to structured companies.
Battle Tested
Against "Fake it until you make it"! We are delivering features after they are well tested on different use cases. No half-baked products.
Battle Tested
Against "Fake it until you make it"! We are delivering features after they are well tested on different use cases. No half-baked products.
Continuously Shipping
Our team is agile and continuously shipping must-have features. Check out our roadmap page.
Continuously Shipping
Our team is agile and continuously shipping must-have features. Check out our roadmap page.
Dashboard (Premium)
ProxAI comes with built-in experiment tracking features. You just need to add ProxDash API token to your environment variable and then you can track:
Dashboard (Premium)
ProxAI comes with built-in experiment tracking features. You just need to add ProxDash API token to your environment variable and then you can track:
Ready to Start?
ProxAI is simple to use. Get your first AI response in 2 minutes.