Merge pull request #654 from trycua/docs/add-azure-ai-foundry-claude

docs: Add Azure AI Foundry support for Claude models
This commit is contained in:
Francesco Bonacci
2025-12-17 09:27:09 -08:00
committed by GitHub
@@ -25,7 +25,9 @@ model="cua/anthropic/claude-haiku-4.5" # Claude Haiku 4.5 (faster)
### Anthropic Claude (Computer Use API - BYOK)
Direct access to Anthropic's Claude models using your own Anthropic API key (BYOK - Bring Your Own Key).
Access Anthropic's computer use models directly or through Azure AI Foundry using your own API key (BYOK).
#### Via Anthropic API
```python
model="anthropic/claude-3-7-sonnet-20250219"
@@ -35,6 +37,19 @@ model="anthropic/claude-sonnet-4-20250514"
**Setup:** Set `ANTHROPIC_API_KEY` environment variable with your Anthropic API key.
#### Via Azure AI Foundry
```python
model="anthropic/claude-haiku-4-5"
model="anthropic/claude-sonnet-4-5"
model="anthropic/claude-opus-4-5"
```
**Setup:**
- Set `ANTHROPIC_API_KEY` environment variable with your Azure AI Foundry key
- Set `ANTHROPIC_API_BASE` to your Azure endpoint (e.g., `https://<your-resource>.services.ai.azure.com/anthropic`)
### OpenAI Computer Use Preview (BYOK)
Direct access to OpenAI's computer use models using your own OpenAI API key (BYOK).