olrea/openai-cpp
OpenAI C++ is a community-maintained library for the Open AI API
This is a C++ library that allows C++ developers to easily integrate OpenAI's artificial intelligence capabilities directly into their applications. You provide C++ code with instructions for what AI model to use and what task to perform (like generating text or images), and the library returns the AI's output, such as generated text or an image URL. C++ software engineers building applications that need to leverage OpenAI's powerful models would use this.
314 stars. No commits in the last 6 months.
Use this if you are a C++ developer building an application and need to programmatically access various OpenAI API features, like text completion, image generation, or fine-tuning models.
Not ideal if you are not a C++ developer or if you need a pre-built application rather than a programming library.
Stars
314
Forks
85
Language
C++
License
MIT
Category
Last pushed
Apr 14, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/olrea/openai-cpp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
ai-forever/gigachat
Библиотека для доступа к GigaChat
Krazal/nppopenai
OpenAI (aka. ChatGPT) plugin for Notepad++
sashabaranov/go-openai
OpenAI ChatGPT, GPT-5, GPT-Image-1, Whisper API clients for Go
mkht/PSOpenAI
PowerShell module for OpenAI API.
mgallo/openai.ex
community-maintained OpenAI API Wrapper written in Elixir.