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
This commit is contained in:
parent
19835b2f60
commit
b405656d29
1 changed files with 1 additions and 0 deletions
|
|
@ -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 | - |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue