Ccf.Ck.Ai.Access
9.0.0
dotnet add package Ccf.Ck.Ai.Access --version 9.0.0
NuGet\Install-Package Ccf.Ck.Ai.Access -Version 9.0.0
<PackageReference Include="Ccf.Ck.Ai.Access" Version="9.0.0" />
paket add Ccf.Ck.Ai.Access --version 9.0.0
#r "nuget: Ccf.Ck.Ai.Access, 9.0.0"
// Install Ccf.Ck.Ai.Access as a Cake Addin #addin nuget:?package=Ccf.Ck.Ai.Access&version=9.0.0 // Install Ccf.Ck.Ai.Access as a Cake Tool #tool nuget:?package=Ccf.Ck.Ai.Access&version=9.0.0
This package creates a unified interface for data exchange with different AI-Providers.
Product | Versions 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. |
-
net9.0
- AWSSDK.Bedrock (>= 3.7.412.10)
- AWSSDK.BedrockRuntime (>= 3.7.411.10)
- OpenAI (>= 2.1.0)
- System.Memory.Data (>= 9.0.0)
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 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