A thin proxy that exposes GitHub Copilot's frontier models behind standard endpoints.
pip install uv
uv tool update-shell
uv tool install 'litellm[proxy]'litellm --config proxy/config.yaml --host 0.0.0.0 --port 4000npm install -g @anthropic-ai/claude-codeCopy claude-code.settings.json from this repo to ~/.claude/settings.json:
cp proxy/claude-code.settings.json ~/.claude/settings.jsonclaudenpm install -g @openai/codexCopy codex.config.toml from this repo to ~/.codex/config.toml:
cp proxy/codex.config.toml ~/.codex/config.tomlcodex