Umbraco.AI 1.1.0

Prefix Reserved
dotnet add package Umbraco.AI --version 1.1.0
                    
NuGet\Install-Package Umbraco.AI -Version 1.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Umbraco.AI" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.AI" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.AI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Umbraco.AI --version 1.1.0
                    
#r "nuget: Umbraco.AI, 1.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Umbraco.AI@1.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Umbraco.AI&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.AI&version=1.1.0
                    
Install as a Cake Tool

Umbraco.AI

Umbraco.AI is an AI integration package for Umbraco CMS that provides a unified way to connect and interact with AI providers. Built on top of Microsoft.Extensions.AI, it offers a provider-agnostic abstraction layer with Umbraco-specific features like connections, profiles, and configurable middleware.

Features

  • Provider-agnostic architecture - Support for multiple AI providers (OpenAI, Azure, and more) through a common interface
  • Connection management - Configure and manage multiple AI provider connections with different credentials and settings
  • Profiles - Create reusable AI profiles with predefined settings (temperature, max tokens, model selection)
  • Contexts - Define reusable AI contexts containing brand voice, guidelines, and reference materials that enrich AI operations
  • Tools - Register custom AI tools that can be invoked by AI models for function calling scenarios
  • Middleware pipeline - Extensible middleware system for logging, caching, rate limiting, and custom processing
  • Chat completions - Full support for chat-based AI interactions with streaming capabilities
  • Embeddings - Generate text embeddings for semantic search and similarity matching
  • Backoffice integration - Management UI integrated into the Umbraco backoffice

Project Structure

  • Umbraco.AI.Core - Core abstractions, providers, services, and models
  • Umbraco.AI.Persistence - EF Core DbContext, entities, and repository implementations
  • Umbraco.AI.Persistence.SqlServer - SQL Server migrations for persistence layer
  • Umbraco.AI.Persistence.Sqlite - SQLite migrations for persistence layer
  • Umbraco.AI.Web - Management API and backoffice endpoints
  • Umbraco.AI.Web.StaticAssets - Frontend assets for backoffice UI
  • Umbraco.AI.Startup - Composition and startup configuration
  • Umbraco.AI - Meta-package that references all components

Monorepo Context

This package is part of the Umbraco.AI monorepo. Provider packages are also included in the monorepo:

  • Umbraco.AI.OpenAI - Located in ../Umbraco.AI.OpenAI/
  • Umbraco.AI.Anthropic - Located in ../Umbraco.AI.Anthropic/
  • Umbraco.AI.Amazon - Located in ../Umbraco.AI.Amazon/
  • Umbraco.AI.Google - Located in ../Umbraco.AI.Google/
  • Umbraco.AI.MicrosoftFoundry - Located in ../Umbraco.AI.MicrosoftFoundry/

Getting Started

Installation

dotnet add package Umbraco.AI

Local Development

For local development and testing, use the monorepo setup script from the repository root:

# From repository root
.\scripts\install-demo-site.ps1  # Windows
./scripts/install-demo-site.sh   # Linux/Mac

This creates a unified solution (Umbraco.AI.local.sln) with all packages and a demo site. See the root README for details.

Documentation

License

This project is licensed under the MIT License. See LICENSE.md for details.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 80 2/10/2026
1.0.0 150 2/3/2026