Metadata-Version: 2.4
Name: freeai-proxy
Version: 1.0.0
Summary: Zero-cost AI model routing proxy - automatically selects cheapest capable model per request
Home-page: https://freeai-proxy.pages.dev
Author: FreeAI Proxy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: httpx
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# FreeAI Proxy

Zero-cost AI model routing. Classifies each request, routes to cheapest capable model.

```bash
pip install freeai-proxy
freeai-proxy start
```

Then set `OPENAI_BASE_URL=http://127.0.0.1:11434/v1` in your AI tool.
