ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::core::ModelInfo Struct Reference

Metadata about an LLM model. More...

#include <model.hpp>

Public Attributes

ModelID id
 Unique model identifier (e.g., "gpt-4o").
ProviderID provider
 Provider that hosts this model.
foresthub::Optional< int > max_tokens
 Maximum context length, if known.
std::vector< ModelCapabilitycapabilities
 Supported capabilities (chat, vision, etc.).

Detailed Description

Metadata about an LLM model.


The documentation for this struct was generated from the following file: