![]() |
VOOZH | about |
dotnet add package Indiko.Blocks.AI.ChatGPT --version 2.8.0
NuGet\Install-Package Indiko.Blocks.AI.ChatGPT -Version 2.8.0
<PackageReference Include="Indiko.Blocks.AI.ChatGPT" Version="2.8.0" />
<PackageVersion Include="Indiko.Blocks.AI.ChatGPT" Version="2.8.0" />Directory.Packages.props
<PackageReference Include="Indiko.Blocks.AI.ChatGPT" />Project file
paket add Indiko.Blocks.AI.ChatGPT --version 2.8.0
#r "nuget: Indiko.Blocks.AI.ChatGPT, 2.8.0"
#:package Indiko.Blocks.AI.ChatGPT@2.8.0
#addin nuget:?package=Indiko.Blocks.AI.ChatGPT&version=2.8.0Install as a Cake Addin
#tool nuget:?package=Indiko.Blocks.AI.ChatGPT&version=2.8.0Install as a Cake Tool
OpenAI ChatGPT provider implementation for the Indiko AI abstraction layer.
This package provides OpenAI-backed implementations for chat, vision, and file analysis interfaces from Indiko.Blocks.AI.Abstractions.
ChatGPTAiBlock (block entry point).ChatGptChatService (IAiChatService).ChatGptVisionService (IAiVisionService).ChatGptFileService (IAiFileService).ChatGptOcrProcessorChatGptResponseStreamChatGptImageBatchProcessorChatGPTOptionsChatGPTAiBlock.ConfigureServices(...) registers:
IAiChatService → ChatGptChatServiceIAiVisionService → ChatGptVisionServiceIAiFileService → ChatGptFileServiceConfiguration section: ChatGPTOptions
EnabledPlatformModelApiKeyOrganizationIdvar chat = serviceProvider.GetRequiredService<IAiChatService>();
var response = await chat.ChatAsync(
new AiChatCompletionRequest
{
Messages = new[]
{
new AiChatMessage { Role = "user", Content = "Summarize this text." }
}
},
cancellationToken);
Indiko.Blocks.AI.Abstractions| 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.8.0 | 133 | 5/22/2026 |
| 2.7.8 | 98 | 5/7/2026 |
| 2.7.7 | 100 | 5/7/2026 |
| 2.7.6 | 102 | 4/23/2026 |
| 2.7.5 | 119 | 4/23/2026 |
| 2.7.4 | 112 | 4/23/2026 |
| 2.7.3 | 109 | 4/23/2026 |
| 2.7.2 | 100 | 4/23/2026 |
| 2.7.1 | 101 | 4/23/2026 |
| 2.7.0 | 109 | 4/23/2026 |
| 2.6.4 | 99 | 4/21/2026 |
| 2.6.3 | 95 | 4/21/2026 |
| 2.6.2 | 100 | 4/21/2026 |
| 2.6.1 | 111 | 4/18/2026 |
| 2.6.0 | 100 | 4/17/2026 |
| 2.5.1 | 118 | 4/14/2026 |
| 2.5.0 | 127 | 3/30/2026 |
| 2.2.18 | 131 | 3/8/2026 |
| 2.2.17 | 100 | 3/8/2026 |
| 2.2.16 | 113 | 3/8/2026 |