by decolua
Universal AI Proxy for Claude Code, Codex, Cursor | OpenAI, Claude, Gemini, Copilot
# Add to your Claude Code skills
git clone https://github.com/decolua/9routerNever stop coding. Auto-route to FREE & cheap AI models with smart fallback.
Free AI Provider for OpenClaw.
<p align="center"> <img src="./public/providers/openclaw.png" alt="OpenClaw" width="80"/> </p>š Quick Start ⢠š” Features ⢠š Setup ⢠š Website
</div>Stop wasting money and hitting limits:
9Router solves this:
āāāāāāāāāāāāāāā
ā Your CLI ā (Claude Code, Codex, Gemini CLI, OpenClaw, Cursor, Cline...)
ā Tool ā
āāāāāāāā¬āāāāāāā
ā http://localhost:20128/v1
ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā 9Router (Smart Router) ā
ā ⢠Format translation (OpenAI ā Claude) ā
ā ⢠Quota tracking ā
ā ⢠Auto token refresh ā
āāāāāāāā¬āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā
āāā [Tier 1: SUBSCRIPTION] Claude Code, Codex, Gemini CLI
ā ā quota exhausted
āāā [Tier 2: CHEAP] GLM ($0.6/1M), MiniMax ($0.2/1M)
ā ā budget limit
āāā [Tier 3: FREE] iFlow, Qwen, Kiro (unlimited)
Result: Never stop coding, minimal cost
No comments yet. Be the first to share your thoughts!
1. Install globally:
npm install -g 9router
9router
š Dashboard opens at http://localhost:20128
2. Connect a FREE provider (no signup needed):
Dashboard ā Providers ā Connect Claude Code or Antigravity ā OAuth login ā Done!
3. Use in your CLI tool:
Claude Code/Codex/Gemini CLI/OpenClaw/Cursor/Cline Settings:
Endpoint: http://localhost:20128/v1
API Key: [copy from dashboard]
Model: if/kimi-k2-thinking
That's it! Start coding with FREE AI models.
Alternative: run from source (this repository):
This repository package is private (9router-app), so source/Docker execution is the expected local development path.
cp .env.example .env
npm install
PORT=20128 NEXT_PUBLIC_BASE_URL=http://localhost:20128 npm run dev
Production mode:
npm run build
PORT=20128 HOSTN...