![]() |
VOOZH | about |
dotnet add package AIKit.Clients --version 0.0.7
NuGet\Install-Package AIKit.Clients -Version 0.0.7
<PackageReference Include="AIKit.Clients" Version="0.0.7" />
<PackageVersion Include="AIKit.Clients" Version="0.0.7" />Directory.Packages.props
<PackageReference Include="AIKit.Clients" />Project file
paket add AIKit.Clients --version 0.0.7
#r "nuget: AIKit.Clients, 0.0.7"
#:package AIKit.Clients@0.0.7
#addin nuget:?package=AIKit.Clients&version=0.0.7Install as a Cake Addin
#tool nuget:?package=AIKit.Clients&version=0.0.7Install as a Cake Tool
👁 NuGet Version
👁 NuGet Downloads
👁 License: Apache-2.0
Core interfaces and settings for AI client providers (IChatClient, IEmbeddingGenerator, etc.)
dotnet add package AIKit.Core.Clients --version 1.0.0
using AIKit.Clients.OpenAI;
// Create a chat client
var chatClient = new ChatClientBuilder()
.WithApiKey("your-openai-api-key")
.WithModel("gpt-4")
.Build();
// Get a response
var response = await chatClient.GetResponseAsync("Explain AIKit in simple terms.");
Console.WriteLine(response.Text);
For detailed API documentation, see API Reference.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on AIKit.Clients:
| Package | Downloads |
|---|---|
|
AIKit.Clients.Gemini
Google Gemini client provider for AIKit, supporting chat. |
|
|
AIKit.Clients.Bedrock
AWS Bedrock client provider for AIKit, supporting chat and embeddings. |
|
|
AIKit.Clients.Claude
Package Description |
|
|
AIKit.Clients.Ollama
Ollama client provider for AIKit, supporting local chat and embeddings. |
|
|
AIKit.Clients.GitHub
GitHub Models client provider for AIKit, supporting chat and embeddings. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.7 | 170 | 1/31/2026 |