Add Azure Anthropic support

This commit is contained in:
2026-03-01 19:00:03 +00:00
parent 88fe79e457
commit b5f21f385a
4 changed files with 57 additions and 6 deletions

View File

@@ -14,3 +14,8 @@ providers:
api_key: "YOUR_OPENAI_API_KEY"
model: "gpt-4o-mini"
endpoint: "https://api.openai.com"
# Azure-hosted Anthropic (Microsoft Foundry) - optional, overrides anthropic if set
# azureanthropic:
# api_key: "YOUR_AZURE_ANTHROPIC_API_KEY"
# endpoint: "https://your-resource.services.ai.azure.com/anthropic"
# model: "claude-sonnet-4-5-20250514"