ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
openai.hpp File Reference

OpenAI Responses API provider implementation. More...

#include <memory>
#include <string>
#include <vector>
#include "foresthub/config/config.hpp"
#include "foresthub/core/http_client.hpp"
#include "foresthub/core/provider.hpp"

Go to the source code of this file.

Classes

class  foresthub::provider::remote::OpenAIProvider
 Direct OpenAI provider using the Responses API (POST /v1/responses). More...

Namespaces

namespace  foresthub
 Top-level namespace for the ForestHub SDK.
namespace  foresthub::provider
 LLM provider implementations.
namespace  foresthub::provider::remote
 Remote provider implementations (ForestHub, OpenAI, Gemini, Anthropic).

Detailed Description

OpenAI Responses API provider implementation.