José Díaz

Results 2 comments of José Díaz

Hello, this configuration works according to my tests ````json { "$schema": "https://opencode.ai/config.json", "provider": { "azure-anthropic": { "name": "Azure AI Foundry (Anthropic)", "npm": "@ai-sdk/anthropic", "api": "{env:ANTHROPIC_FOUNDRY_BASE_URL}", "env": ["ANTHROPIC_FOUNDRY_API_KEY"], "models": { "claude-sonnet-4-5":...

Yes, it works regardless of the Foundry deployment name. The resource URL is configured through an environment variable like ANTHROPIC_FOUNDRY_BASE_URL, where you set the full URL of your resource: `https://[RESOURCE_NAME].services.ai.azure.com/anthropic/v1...