Anthropic provider plugin for Umbraco.AI, enabling integration with Anthropic's Claude models.
- Anthropic API Support - Connect to Anthropic's API (Claude 3.5 Sonnet, Claude 3 Opus, etc.)
- Chat Capabilities - Full support for chat completions with streaming
- Advanced Features - Support for Claude's unique capabilities like extended context windows
- Model Configuration - Configure temperature, max tokens, and other model parameters
- Middleware Support - Compatible with Umbraco.AI's middleware pipeline
This package is part of the Umbraco.AI monorepo. For local development, see the monorepo setup instructions in the root README.
dotnet add package Umbraco.AI.Anthropic- Umbraco CMS 17.0.0+
- Umbraco.AI 1.0.0+
- .NET 10.0
After installation, create a connection in the Umbraco backoffice:
- Navigate to the AI section
- Create a new Anthropic connection
- Enter your Anthropic API key
- Create a profile using this connection
{
"ApiKey": "sk-ant-..."
}Chat Models:
- Claude 3.5 Sonnet
- Claude 3 Opus
- Claude 3 Sonnet
- Claude 3 Haiku
- CLAUDE.md - Development guide and technical details (if available)
- Root CLAUDE.md - Shared coding standards and conventions
- Contributing Guide - How to contribute to the monorepo
This project is licensed under the MIT License. See LICENSE.md for details.