OkGoDoIt/OpenAI-API-dotnet
An unofficial C#/.NET SDK for accessing the OpenAI GPT-3 API
This is an unofficial C# library for developers who want to integrate OpenAI's AI capabilities into their .NET applications. It takes your application's data or prompts and sends them to OpenAI's various models like GPT-3.5/4, DALL-E 2/3, and Whisper, returning generated text, images, or audio transcripts. It's used by developers building AI-powered features within their C#, .NET, Unity, or Xamarin applications.
1,897 stars. No commits in the last 6 months.
Use this if you are a C# developer who needs to incorporate OpenAI's large language models, image generation, or speech-to-text features into a .NET application, and prefer using this specific unofficial version (1.11) of the library.
Not ideal if you are looking for the officially supported and continuously updated C#/.NET library for OpenAI, which is now maintained by Microsoft.
Stars
1,897
Forks
421
Language
C#
License
—
Category
Last pushed
Aug 07, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/OkGoDoIt/OpenAI-API-dotnet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
RageAgainstThePixel/OpenAI-DotNet
A Non-Official OpenAI RESTful API Client for DotNet
jeffdapaz/VisualChatGPTStudio
Add chatGPT functionalities directly on Visual Studio
RageAgainstThePixel/com.openai.unity
A Non-Official OpenAI Rest Client for Unity (UPM)
betalgo/openai
.NET library for the OpenAI service API by Betalgo Ranul
Azure-Samples/azure-search-openai-demo-csharp
A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure...