This page contains the complete API reference for LlamaForge.
The main class for interacting with the LlamaForge library.
Initialize a new Client instance.
api_key (str, optional): API key for authentication.config (dict, optional): Configuration options.Process the input data using the LlamaForge engine.
data (str or dict): The input data to process.options (dict, optional): Processing options.Get the version of the LlamaForge library.
For more detailed examples, please refer to the Usage Guide.