hunter2009pf/openai-cpp
OpenAI api implementation in c++. This is a community-maintained library.
This C++ library allows C++ developers to integrate their applications directly with OpenAI's various AI models. It acts as a bridge, taking typical application data (like text for completions, chat messages, or image requests) and sending it to OpenAI's powerful APIs. The library then receives and processes the AI-generated responses, making them available within the C++ application. This is for C++ developers building software that needs to leverage AI capabilities from OpenAI directly.
No commits in the last 6 months.
Use this if you are a C++ developer building an application on Windows, Linux, or Android and need to programmatically access OpenAI's AI models and services directly from your C++ code.
Not ideal if you are not a C++ developer or if you prefer using other programming languages like Python or JavaScript to interact with OpenAI's APIs.
Stars
44
Forks
11
Language
C
License
MIT
Category
Last pushed
Apr 01, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/hunter2009pf/openai-cpp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
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.
olrea/openai-cpp
OpenAI C++ is a community-maintained library for the Open AI API