Skip to content

Conversation

@dandinu
Copy link

@dandinu dandinu commented Dec 19, 2025

Hi, have an Azure subscription that I wanted to test this on, so I did some minimal modifications to include it in the code (since you're already using the correct SDK, it was easy).

The PR, currently:

  • adds support for Claude models via Azure AI Foundry (Microsoft Foundry)
  • enables using azure_foundry/claude-opus-4-5 as a model option

Tests I've done

  • verified client creation with Azure Foundry endpoint
  • tested API call successfully returns Claude Opus 4.5 response
  • Test integration with full BFTS pipeline

Configuration

  # Environment variables
  AZURE_FOUNDRY_ENDPOINT=https://<resource>.services.ai.azure.com/anthropic
  AZURE_FOUNDRY_API_KEY=<your-api-key>


  # bfts_config.yaml
  agent:
    code:
      model: azure_foundry/claude-opus-4-5

@dandinu dandinu marked this pull request as draft December 20, 2025 00:35
@dandinu dandinu marked this pull request as ready for review December 20, 2025 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant