|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
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< ModelCapability > | capabilities |
| Supported capabilities (chat, vision, etc.). | |
Metadata about an LLM model.