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.

Not currently ranked — collecting fresh signals.
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.
Frequently asked
- What is 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.
- Is gemini-openai-proxy open source?
- Yes — zuisong/gemini-openai-proxy is open source, released under the MIT license.
- What language is gemini-openai-proxy written in?
- zuisong/gemini-openai-proxy is primarily written in TypeScript.
- How popular is gemini-openai-proxy?
- zuisong/gemini-openai-proxy has 438 stars on GitHub.
- Where can I find gemini-openai-proxy?
- zuisong/gemini-openai-proxy is on GitHub at https://github.com/zuisong/gemini-openai-proxy.