zuisong/gemini-openai-proxy
A TypeScript proxy server that translates OpenAI API requests into Google Gemini API calls, allowing existing applications to switch LLM providers without code changes.

Velocity · 7d
+0.5
★ / day
Trend
→steady
star history
The proxy handles chat completion and embedding requests by converting OpenAI API protocol into Gemini Pro protocol and back. Built with Hono and deployable on Deno Deploy, it enables applications written against the OpenAI API to seamlessly use Google Gemini models by bridging the two protocols.