DEV Community

Cross Fire
Cross Fire

Posted on

I wrote a Azure OpenAI Proxy

github repo: https://github.com/diemus/azure-openai-proxy

Azure OpenAI Proxy is a proxy for Azure OpenAI API that can convert an OpenAI request to an Azure OpenAI request. It is designed to use as a backend for various open source ChatGPT web project. It also supports being used as a simple OpenAI API proxy to solve the problem of OpenAI API being restricted in some regions.

Highlights:

🌐 Supports proxying all Azure OpenAI APIs
🧠 Supports proxying all Azure OpenAI models and custom fine-tuned models
🗺️ Supports custom mapping between Azure deployment names and OpenAI models
🔄 Supports both reverse proxy and forward proxy usage

Top comments (0)