Merge pull request #6004 from gukoff/support-azure-foundry-endpoints

feat: Normalize modern Microsoft Foundry Responses API endpoints
This commit is contained in:
Mario Zechner
2026-06-24 10:38:57 +02:00
committed by GitHub
4 changed files with 23 additions and 4 deletions
+2 -1
View File
@@ -156,8 +156,9 @@ OAuth credentials are also stored here after `/login` and managed automatically.
```bash
export AZURE_OPENAI_API_KEY=...
export AZURE_OPENAI_BASE_URL=https://your-resource.openai.azure.com
export AZURE_OPENAI_BASE_URL=https://your-resource.ai.azure.com
# also supported: https://your-resource.cognitiveservices.azure.com
# also supported: https://your-resource.openai.azure.com
# root endpoints are auto-normalized to /openai/v1
# or use resource name instead of base URL
export AZURE_OPENAI_RESOURCE_NAME=your-resource