justlovemaki/AIClient2API ? reverse-engineered prompt
Reverse engineered prompt
Build me a self hosted AI proxy service that sits in front of different AI providers and makes them all look like one local OpenAI compatible API.
I want to be able to connect tools like Gemini CLI, Codex, Claude, Grok, Kiro, and other custom providers through the same endpoint, with automatic request conversion, smart routing, provider pools, and failover when one source is slow or unavailable. It should also support Claude style requests and Gemini protocol conversion, so I can point apps at it without changing much.
Please make it easy to run locally or with Docker, include a simple health check, and give me a clean setup so I can start it quickly and configure providers without a lot of manual work. If you need current details from the official docs, look them up online and follow the project style.
Are you gonna build this?
make sure you review the code using coderabbit