Free Router
Local OpenAI-compatible gateway. Rank currently free models across any provider you plug in, fail over on rate limits, and keep keys on your machine.
- Point any OpenAI-compatible client at
http://127.0.0.1:8787/v1and usefree-best. - Ranks models across pluggable OpenAI-compatible providers. A missing key just drops that provider.
- Retries the next free candidate when a provider is rate-limited, down, or returns empty content.
git clone https://github.com/www222fff/free-router-proxy.git cd free-router-proxy cp .env.example .env ./start.sh