HigLabo.OpenAI 10.1.0

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

Release note 2025-03-14 Support Responses API endpoint, and web search, file search and more. ※Breaking change. The endpoint of ChatCompletions are all changed to ChatCompletionCreate. Please see latest sample code. https://github.com/higty/higlabo/blob/master/Net9/HigLabo.OpenAI.SampleConsoleApp/OpenAIPlayground.cs 2025-10-08 updated. Support video generation by Sora2. 2025-08-24 updated. Support conversation, eval, certificate endpoints.

You can see sample code with latest library at https://github.com/higty/higlabo/blob/master/Net9/HigLabo.OpenAI.SampleConsoleApp/OpenAIPlayground.cs

How to use? Download via Nuget. Please search by HigLabo.OpenAI

All source code is https://github.com/higty/higlabo Search HigLabo.OpenAI in this repository.

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 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.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.1.0 88 3/9/2026
9.8.1.1 228 11/23/2025
9.8.1 221 11/23/2025
9.8.0 163 10/12/2025
9.7.0.2 151 10/12/2025
9.7.0.1 216 10/7/2025
9.7.0 211 10/7/2025
9.6.2 263 8/30/2025
9.6.1 255 8/30/2025
9.6.0 142 8/23/2025
9.5.0 152 8/23/2025
9.4.0 206 5/30/2025
9.3.1 175 5/30/2025
9.3.0 238 5/25/2025
9.2.1 224 5/25/2025
9.2.0 217 5/22/2025
9.1.1 249 4/28/2025
9.1.0.2 297 4/15/2025
9.1.0.1 281 4/15/2025
9.1.0 265 3/14/2025
Loading failed