Skip to content

Anthropic

Terminal window
dotnet add package AgentCircuits.Providers.Anthropic

Use either:

  • Anthropic.LanguageModel("claude-sonnet-4-5")
  • Anthropic.Create(new AnthropicProviderOptions { ... })
Terminal window
ANTHROPIC_API_KEY=...

The generic provider config mapper currently supports:

  • api_key
  • base_url

Portal-specific Anthropic configuration also exposes enable_beta_features, but that is not part of the generic file-config mapper.