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

Google Gemini generateContent 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::GeminiProvider
 Direct Google Gemini provider using the native generateContent API (v1beta). 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

Google Gemini generateContent API provider implementation.