Jacquard.Models.Bedrock 0.1.13

dotnet add package Jacquard.Models.Bedrock --version 0.1.13
                    
NuGet\Install-Package Jacquard.Models.Bedrock -Version 0.1.13
                    
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="Jacquard.Models.Bedrock" Version="0.1.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Jacquard.Models.Bedrock" Version="0.1.13" />
                    
Directory.Packages.props
<PackageReference Include="Jacquard.Models.Bedrock" />
                    
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 Jacquard.Models.Bedrock --version 0.1.13
                    
#r "nuget: Jacquard.Models.Bedrock, 0.1.13"
                    
#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 Jacquard.Models.Bedrock@0.1.13
                    
#: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=Jacquard.Models.Bedrock&version=0.1.13
                    
Install as a Cake Addin
#tool nuget:?package=Jacquard.Models.Bedrock&version=0.1.13
                    
Install as a Cake Tool

Jacquard.Models.Bedrock

Amazon Bedrock model provider for Jacquard.NET.

dotnet add package Jacquard.Core
dotnet add package Jacquard.Models.Bedrock
using Jacquard.Core;
using Jacquard.Models.Bedrock;

IModel model = new BedrockModel(
    region: "us-east-1",
    modelId: "us.anthropic.claude-sonnet-4-5-v1:0");

var agent = new Agent(model, systemPrompt: "You are a helpful assistant.");
var result = await agent.InvokeAsync("Hello!");

Supports Claude, Nova, Llama, and all other Bedrock-hosted models. Requires AWS credentials configured via environment variables, ~/.aws/credentials, or IAM role.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Jacquard.Models.Bedrock:

Package Downloads
Jacquard.Extensions.DI

ASP.NET Core and Worker Service DI extensions for Jacquard.NET — AddBedrockModel(), AddJacquardAgent(), AddJacquardToolProvider<T>(), session management, and Lambda hosting wiring.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.13 121 5/21/2026
0.1.12 110 5/20/2026