router-for-me/cliproxyapi

Wrap Antigravity, ChatGPT Codex, Claude Code, Grok Build as an OpenAI/Gemini/Claude/Codex compatible API service, allowing you to enjoy the free Gemini 3.1...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 18 minutes ago
Added to GitGenius on August 31st, 2026
Created on July 1st, 2025
Open Issues & Pull Requests: 489 (+0)
Number of forks: 7,592
Total Stargazers: 49,635 (+1)
Total Subscribers: 106 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.7 hours
Mean response time: 4.2 days
90th percentile: 11.3 days
Tracked items: 2,473

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 77% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "enhancement" is answered fastest, typically in about 5 hours, while "codex" waits about 10 days. Almost all tracked open issues have seen activity in the last three months. Only 17% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 78
New in 7 days: 84
Closed in 7 days: 77
Avg open age: 30 days
Stale 30+ days: 19
Stale 90+ days: 0

Recent activity

Opened in 7 days: 72
Closed in 7 days: 68
Comments in 7 days: 14
Events in 7 days: 36

Top labels

  • codex (189)
  • Fixed (185)
  • pending (63)
  • question (48)
  • enhancement (21)
  • bug (11)
  • lampoon (9)
  • wontfix (7)

Detailed Description

CLIProxyAPI is a proxy server that wraps multiple AI model providers as OpenAI, Gemini, Claude, and Codex compatible APIs.

The tool solves the problem of accessing various AI services through a unified API interface. It works by intercepting requests to different AI providers—including Antigravity, ChatGPT Codex, Claude Code, and Grok Build—and translating them into compatible API formats. This allows developers to use multiple AI models through standardized endpoints without rewriting client code for each provider.

Developers should choose this tool if they want to access multiple AI services through a single, standardized API layer. It suits projects that need flexibility across different AI providers or want to leverage free tier offerings from various services. The project is particularly useful for those building CLI tools or applications that benefit from provider abstraction. A desktop client is available for users who prefer graphical configuration over command-line setup.

The project shows active development with regular commits addressing bug fixes and feature additions. The codebase maintains clear separation between proxy logic and provider implementations, making it straightforward to add new providers. Documentation is provided in multiple languages, indicating attention to accessibility for a diverse user base. The tool is written in Go, which provides efficient performance characteristics suitable for a proxy service handling API requests.