Senparc.AI.AgentKernel.Providers.HuggingFace 0.1.0

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

Senparc.AI AgentKernel HuggingFace 提供方适配模块,基于 Hugging Face OpenAI-compatible 路由端点,为 AgentKernel 提供 Chat、Embedding 等能力的 HuggingFace 接入

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 Senparc.AI.AgentKernel.Providers.HuggingFace:

Package Downloads
Senparc.AI.AgentKernel

Senparc.AI AgentKernel module built on Microsoft Agent Framework, implementing Senparc.AI standard interfaces with support for Chat, Embedding, SpeechToText, TextToSpeech, TextToImage, vector storage, and multi-platform providers including OpenAI, Azure OpenAI, NeuCharAI, HuggingFace, FastAPI, Ollama, DeepSeek, Anthropic, Gemini, Qwen, Kimi, and XunFei

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0 86 6/24/2026

[2026-06-25] v0.1.0 Initial release
1. HuggingFaceProviderClientFactory: create IChatClient / IEmbeddingGenerator via OpenAI-compatible routing
2. Default endpoint https://router.huggingface.co/v1; support custom endpoint and apiKey
3. Integrate with Senparc.AI.AgentKernel KernelBuilderExtension for Chat / Embedding platform access