Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A proxy for Azure OpenAI API that can convert an OpenAI request into an Azure OpenAI request.
| Date | Stars |
|---|---|
| 2026-07-31 | 633 |
| 2026-08-03 | 633 |
| 2026-08-04 | 633 |
| 2026-08-05 | 632 |
| 2026-08-06 | 632 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Azure OpenAI Proxy [](https://goreportcard.com/report/github.com/diemus/azure-openai-proxy) [](https://github.com/diemus/azure-openai-proxy/blob/main/LICENSE) [](https://github.com/diemus/azure-openai-proxy) [](https://github.com/diemus/azure-openai-proxy) [](https://github.com/diemus/azure-openai-proxy) [](https://github.com/diemus/azure-openai-proxy) ## Introduction <a href="./README.md">English</a> | <a href="./README.zh-cn.md">中文</a> 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 - 👍 Support mocking of OpenAI APIs that are not supported by Azure. ## Supported APIs The latest version of the Azure OpenAI service currently supports the following 3 APIs: | Path | Status | | --------------------- | ------ | | /v1/chat/completions | ✅ | | /v1/completions | ✅ | | /v1/embeddings | ✅ | > Other APIs not supported by Azure will be returned in a mock format (such as OPTIONS requests initiated by browsers). If you find your project need additional OpenAI-supported APIs, feel free to submit a PR. ## Recently Updated + 2023-04-06 supported `/v1/models` interface, fixed the issue of some web projects depending on `models` interface error. + 2023-04-04 supported `options` interface, fixed the cross-domain check error issue of some web projects. ## Usage ### 1. Used as reverse proxy (i.e. an OpenAI API gateway) Environment Variables | Parameters | Description | Default Value | | :------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------- | | AZURE_OPENAI_PROXY_ADDRESS | Service listening address | 0.0.0.0:8080 | | AZURE_OPENAI_PROXY_MODE | Proxy mode, can be either "azure" or "openai". | azure | | AZURE_OPE
Excerpt of 8,388 characters
Read on GitHub18
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:6e49626eae7b1e8a, topic:chatgpt