Found 27 packages
OpenAI C# / .NET library, using GPT-4, 3.5 and 3, DALL-E 3, DALL-E 2, Whisper, etc. It supports OpenAI and Azure-OpenAI APIs, dependency injections. Developed for public and free usage.
An unofficial .NET API wrapper for OpenAI.
简单的ChatGPT3.5Turbo API调用,支持无上下文和有上下文的请求
Anthropic Claude implementation of ILLMClient for DevGPT. Provides access to Claude models (Opus, Sonnet, Haiku) with chat completions, streaming, structured JSON outputs, and token usage tracking. Supports Claude 3 and 3.5 series models via the Anthropic Messages API.
C# .NET 6 wrapper library to use with OpenAI's GPT-3 API.
This package provides a simple and convenient way to integrate the OpenAI ChatGPT API 3.5 turbo Davinci model into your C# .NET core applications. With this integration, you can leverage the power of ChatGPT to add natural language conversation capabilities to your project.
This C# library provides easy access to Open AI's powerful API for natural language processing and text generation. With just a few lines of code, you can use state-of-the-art deep learning models like GPT-3 and GPT-4 to generate human-like text, complete tasks, and more.
A simple C# / .NET library to use with OpenAI's GPT-3 API, as well as ChatGPT, GPT-4, DALL·E, etc. Independently developed, this is not an official library and I am not affiliated with OpenAI. An OpenAI or Azure OpenAI account is required.
A simple C# / .NET library to use with OpenAI's API, including GPT-4, GPT-3.5-turbo, GPT-3.5-instruct, DALL·E, etc. Supports commercial and self hosted API providers such as OpenAI, Azure OpenAI, KoboldCpp, AI Horde and others. Formerly a fork of Open-AI-Dotnet, hard-forked due to extensive changes and stale upstream.
A simple C# .NET client library for OpenAI to use chat-gpt, gpt-4, gpt-3.5-turbo and Dall-E though their RESTful API (currently in beta). Independently developed, this is not an official library and I am not affiliated with OpenAI. An OpenAI API account is required. Forked from [OpenAI-API-dotnet](https://github.com/OkGoDoIt/OpenAI-API-dotnet). More context [on Roger Pincombe's blog](https://rogerpincombe.com/openai-dotnet-api).
OpenAI's GPT-3.5 API, as well as ChatGPT, GPT-4
A simple C# / .NET library to use with OpenAI's APIs, including GPT 3.5, GPT 4, ChatGPT, DALL-E, Whisper, etc. Independently developed, this is not an official library and I am not affiliated with OpenAI. An OpenAI or Azure OpenAI account is required.
A simple C# / .NET wrapper library to use with OpenAI's GPT-3 API (currently in beta). Independently developed, this is not an official library and I am not affiliated with OpenAI. An OpenAI API account is required.
What is this: Literally the only change is those done by dependabot[bot] which "bump Newtonsoft.json 12.0.3 to 13.0.1" Why this exists: The original has relies on an older version of Newtonsoft (12.0.3). Which is no longer compatible with what I was trying to work with. Before, this I have not done anything with Nuget, and I imagine someone out there may appreciate not having to go through the extra steps to get everything working on their end. Original description: A simple C# / .NET wrapper library to use with OpenAI's GPT-3 API (currently in beta). Independently developed, this is not an official library and I am not affiliated with OpenAI. An OpenAI API account is required.
A simple C# / .NET library to use with OpenAI's APIs, including GPT 3.5, GPT 4, ChatGPT, DALL-E, Whisper, etc. Independently developed, this is not an official library and I am not affiliated with OpenAI. An OpenAI or Azure OpenAI account is required.
Access 400+ AI models through one unified .NET API. Supports OpenAI GPT-4o, GPT-4 Turbo, ChatGPT, Claude 3, Anthropic, Llama 3, Gemini, Mistral, DALL-E 3, Stable Diffusion, Whisper and more. OpenAI-compatible SDK with chat completions, image generation, embeddings, and audio transcription. Perfect OpenAI alternative for C# developers.
Description: A .NET wrapper for OpenAI's Codex API, based on GPT-3 language model
OpenAI C# / .NET library, using GPT-4, 3.5 and 3, DALL-E 3, DALL-E 2, Whisper, etc. It supports OpenAI and Azure-OpenAI APIs, dependency injections. Developed for public and free usage.
C# .NET 7 wrapper library to use with OpenAI's GPT-3 API.
OpenAI SDK integration for TokenRateGate. Prevents HTTP 429 errors with tiktoken-based token estimation and rate-limited ChatClient wrappers for GPT-4, GPT-3.5, and other OpenAI models.