{"id":31642172,"url":"https://github.com/binbandit/claude-litellm-proxy","last_synced_at":"2026-05-02T17:34:21.515Z","repository":{"id":318249776,"uuid":"1070481466","full_name":"binbandit/claude-litellm-proxy","owner":"binbandit","description":"A proxy for claude code to use liteLLM","archived":false,"fork":false,"pushed_at":"2025-10-06T02:42:54.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-06T04:28:09.972Z","etag":null,"topics":["ai","ai-development","anthropic","api-gateway","claude","claude-code","docker","function-calling","genai","hono","litellm","llm","llm-proxy","multi-provider","openai-api","proxy","streaming","tool-calling","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binbandit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-06T01:52:07.000Z","updated_at":"2025-10-06T02:42:58.000Z","dependencies_parsed_at":"2025-10-06T04:28:49.219Z","dependency_job_id":null,"html_url":"https://github.com/binbandit/claude-litellm-proxy","commit_stats":null,"previous_names":["binbandit/claude-litellm-proxy"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/binbandit/claude-litellm-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binbandit%2Fclaude-litellm-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binbandit%2Fclaude-litellm-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binbandit%2Fclaude-litellm-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binbandit%2Fclaude-litellm-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binbandit","download_url":"https://codeload.github.com/binbandit/claude-litellm-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binbandit%2Fclaude-litellm-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278717448,"owners_count":26033542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-development","anthropic","api-gateway","claude","claude-code","docker","function-calling","genai","hono","litellm","llm","llm-proxy","multi-provider","openai-api","proxy","streaming","tool-calling","typescript"],"created_at":"2025-10-07T03:56:57.300Z","updated_at":"2025-10-07T03:57:07.129Z","avatar_url":"https://github.com/binbandit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Code LiteLLM Proxy\n\nTypeScript proxy for Claude Code → LiteLLM → any LLM provider.\n\nSupports: streaming, tool calling, images, multi-turn conversations, system messages.\n\n## Quick Start\n\n### 1. Install Dependencies\n\n```bash\npnpm install\n```\n\n### 2. Configure\n\n```bash\ncp .env.example .env\n# Edit: LITELLM_BASE_URL, MODEL, UPSTREAM_API_KEY\n```\n\n### 3. Run\n\n```bash\npnpm dev  # or: pnpm build \u0026\u0026 pnpm start\n```\n\n### 4. Configure Claude Code\n\n```bash\n./configure-claude.sh http://localhost:8082\n```\n\nThis updates `~/.claude/settings.json` with the proxy URL. Test with `claude`.\n\n## Config\n\nRequired: `LITELLM_BASE_URL`, `MODEL`, `UPSTREAM_API_KEY`  \nOptional: `PORT` (8082), `LOG_LEVEL` (info), `NODE_ENV` (development)\n\n## Deploy\n\n**Docker**: `docker build -t claude-proxy . \u0026\u0026 docker run -p 8082:8082 --env-file .env claude-proxy`  \n**PM2**: `pnpm build \u0026\u0026 pm2 start dist/server.js --instances max`  \n**Systemd**: See Dockerfile for service setup\n\n---\n\nJSON logs. Health at `/health`. MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinbandit%2Fclaude-litellm-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinbandit%2Fclaude-litellm-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinbandit%2Fclaude-litellm-proxy/lists"}