#24 · Primary category: AI Gateway & API Infrastructure

AIClient2API

aicoding antigravity claude codex free grok kiro openai

Self-hosted proxy that converts client-only AI model APIs into an OpenAI-compatible gateway, supporting multiple providers and failover.

Project last updated:08/29/26

GitHub Stars

8.7K

Forks

1.4K

Contributors

62

License

GPL-3.0

Why we included this project

Many models ship as client-bound or subscription-only offerings, which makes them awkward to feed into your own dashboards and tooling. AIClient2API gets around that by emulating the requests those client-only front ends (Gemini CLI, Antigravity, Codex, Grok, Kiro) would make and re-exposing the responses behind a standard OpenAI-compatible endpoint, so apps you already run can talk to them without integration rewrites. It also translates between the OpenAI, Claude, and Gemini wire protocols, which matters when different tools in your stack expect different dialects. Account pool management, smart routing, and automatic failover keep it usable at higher load instead of just for quick experiments. If you host something like NextChat or Cherry-Studio and want one gateway in front of a mix of paid and client-gated providers, this is a solid candidate.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category