You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,20 @@ Highlights:
20
20
- 🧠 Supports proxying all Azure OpenAI models and custom fine-tuned models
21
21
- 🗺️ Supports custom mapping between Azure deployment names and OpenAI models
22
22
- 🔄 Supports both reverse proxy and forward proxy usage
23
+
- 👍 Support mocking of OpenAI APIs that are not supported by Azure.
24
+
25
+
26
+
## Supported APIs
27
+
28
+
The latest version of the Azure OpenAI service currently supports the following 3 APIs:
29
+
30
+
| Path | Status |
31
+
| --------------------- | ------ |
32
+
| /v1/chat/completions | ✅ |
33
+
| /v1/completions | ✅ |
34
+
| /v1/embeddings | ✅ |
35
+
36
+
> 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.
0 commit comments