Hazina.LLMs.Client 2.0.0

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

Provider-agnostic interface for LLM interactions. Defines the ILLMClient interface with support for chat completions, streaming, structured JSON responses, image generation, text-to-speech, embeddings, and tool calling. Enables swapping between OpenAI, Anthropic, Gemini, and other 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.  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 (27)

Showing the top 5 NuGet packages that depend on Hazina.LLMs.Client:

Package Downloads
Hazina.AI.Providers

Multi-provider abstraction layer for Hazina AI Framework - Seamless LLM provider switching with failover, health monitoring, and cost tracking

Hazina.Store.EmbeddingStore

Vector embedding storage for semantic search in Hazina. Provides IEmbeddingStore interface with PostgreSQL/pgvector backend, batch operations, similarity matching, and embedding generation service. Essential for RAG implementations.

Hazina.LLMs.OpenAI

OpenAI implementation of ILLMClient for Hazina. Provides access to GPT models including chat completions, streaming, image generation (DALL-E), embeddings, and structured JSON outputs. Includes token cost calculation and configuration management for OpenAI's API.

Hazina.LLMs.SemanticKernel

Semantic Kernel implementation of ILLMClient for Hazina. Provides multi-provider LLM support (OpenAI, Azure OpenAI, Anthropic, Ollama) through Microsoft Semantic Kernel integration. Supports advanced orchestration, plugins, and planners while maintaining Hazina's RAG and safe file modification features.

Hazina.AgentFactory

High-level agent factory for building autonomous AI agents in Hazina. Provides configuration parsing, built-in tool collections (file ops, git, dotnet, npm, BigQuery, email, WordPress), and multi-agent flow orchestration. Simplifies creating production-ready AI agents.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 1,080 1/5/2026