D7EAD/liboai
A C++17 library that wraps the OpenAI API for developers, supporting GPT models, DALL-E, embeddings, and fine-tuning via a Python-like interface.

Velocity · 7d
+0.4
★ / day
Trend
→steady
star history
This repository provides a C++ client library for accessing OpenAI’s suite of AI models and APIs. It implements interfaces for ChatGPT completions, DALL-E image generation, audio processing, embeddings, model management, and fine-tuning operations. The library mirrors the structure of OpenAI’s official Python library and supports both synchronous and asynchronous API calls.