Ccf.Ck.Ai.Access 9.0.7

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

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

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.  net10.0 was computed.  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 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.7 239 7/1/2025
9.0.6 224 7/1/2025
9.0.5 197 6/30/2025
9.0.4 209 6/26/2025
9.0.3 208 6/26/2025
9.0.1 259 4/28/2025
9.0.0 284 12/24/2024
8.0.11 202 11/29/2024
8.0.10 179 11/29/2024
8.0.9 447 11/5/2024
8.0.8 172 11/4/2024
8.0.7 179 10/29/2024
8.0.6 184 10/28/2024
8.0.5 162 10/10/2024
8.0.4 142 10/8/2024
8.0.3 137 9/18/2024
8.0.2 175 8/8/2024
8.0.1 189 7/15/2024
8.0.0 177 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
- Version 8.0.11: Introducing RequestTimeoutInSeconds (default 30 seconds)
- Version 9.0.0: Updated to net9.0
- Version 9.0.1: options.Temperature ?? 1.0f and updated nuget packages
- Version 9.0.2: Extended OpenAiClient to support continuation of conversations through the use of a threadId
- Version 9.0.3: Extended OpenAiClient to support continuation of conversations through the use of a threadId after rewriting the nuget icon
- Version 9.0.4: Updated nugets
- Version 9.0.5: Fixed bug with OpenAiClient where the threadId was not used correctly
- Version 9.0.6: Fixed bug with runner by implementing _StatusesByThreadId to keep track of the status of each thread
- Version 9.0.7: In case of error the threadId is removed from _StatusesByThreadId