Ccf.Ck.Ai.Access 8.0.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ccf.Ck.Ai.Access --version 8.0.10                
NuGet\Install-Package Ccf.Ck.Ai.Access -Version 8.0.10                
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="Ccf.Ck.Ai.Access" Version="8.0.10" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ccf.Ck.Ai.Access --version 8.0.10                
#r "nuget: Ccf.Ck.Ai.Access, 8.0.10"                
#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.
// Install Ccf.Ck.Ai.Access as a Cake Addin
#addin nuget:?package=Ccf.Ck.Ai.Access&version=8.0.10

// Install Ccf.Ck.Ai.Access as a Cake Tool
#tool nuget:?package=Ccf.Ck.Ai.Access&version=8.0.10                

This package creates a unified interface for data exchange with different AI-Providers.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 Ccf.Ck.Ai.Access:

Package Downloads
Ccf.Ck.Libs.CtProviders

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 99 12/24/2024
8.0.11 104 11/29/2024
8.0.10 91 11/29/2024
8.0.9 267 11/5/2024
8.0.8 93 11/4/2024
8.0.7 91 10/29/2024
8.0.6 96 10/28/2024
8.0.5 95 10/10/2024
8.0.4 73 10/8/2024
8.0.3 75 9/18/2024
8.0.2 103 8/8/2024
8.0.1 116 7/15/2024
8.0.0 92 7/11/2024

- Version 8.0.1: Extend Claud-Enthropic to support system and assistant messages
- Version 8.0.2: Added OpenAi-Client, JSON output controlled through options
- Version 8.0.3: Added support for images for both OpenAi and Anthropic(Claude)
- Version 8.0.4: Removed reference to Ccf.Ck.Framework nuget package
- Version 8.0.5: Implement parameterless constructors for message creation
- Version 8.0.6: Updated OpenAi to version 2.0.0 and adjusted the code
- Version 8.0.7: Added CreateEmbeddings for BedRock
- Version 8.0.8: CompleteChatAsync with messages, jsonSchemaName and jsonSchema
- Version 8.0.9: Pass jsonSchemaName and jsonSchema in the options
- Version 8.0.10: Adding support for calling assistants