LLM Basics
Working directly with LLMs
Overview
Inference
class offers access to LLM APIs and convenient methods to execute
model inference, incl. chat completions, tool calling or JSON output
generation.
LLM providers access details can be found and modified via
/config/llm.php
.