From b405656d290b27667924dff05e5696e6d7cce1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E9=94=8B0668000834?= Date: Fri, 13 Mar 2026 09:23:08 +0800 Subject: [PATCH] docs(readme): add Azure OpenAI to supported providers list Add Azure OpenAI to the supported LLM providers table with the correct API base URL format for Azure OpenAI deployments. Related to #1424 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ebcd6dddf..8b12a24d1 100644 --- a/README.md +++ b/README.md @@ -1038,6 +1038,7 @@ This design also enables **multi-agent support** with flexible provider selectio | **BytePlus** | `byteplus/` | `https://ark.ap-southeast.bytepluses.com/api/v3` | OpenAI | [Get Key](https://console.volcengine.com) | | **Vivgrid** | `vivgrid/` | `https://api.vivgrid.com/v1` | OpenAI | [Get Key](https://vivgrid.com) | | **LongCat** | `longcat/` | `https://api.longcat.chat/openai` | OpenAI | [Get Key](https://longcat.chat/platform) | +| **Azure OpenAI** | `openai/` | `https://{resource}.openai.azure.com/openai/deployments/{deployment}` | OpenAI | [Get Key](https://portal.azure.com) | | **Antigravity** | `antigravity/` | Google Cloud | Custom | OAuth only | | **GitHub Copilot** | `github-copilot/` | `localhost:4321` | gRPC | - |