The LLM node sends asset metadata to a Large Language Model and stores the model’s response as enrichment — for example a classification, a set of suggested tags, or a description. Multiple prompts can be configured, each producing its own output.
Kind |
|
Applies to |
Any (operates on the asset’s filename / metadata) |
Inputs |
Optional upstream outputs (e.g. a transcript or extracted text) can be referenced by prompts |
Output keys |
|
Requirements |
An LLM provider service reachable from the worker. The node supports an OpenAI-compatible (vLLM) endpoint; CPU on the worker, the model runs in the service. |
Persists to |
|
Configuration
LLMNodeOptions:
| Option | Meaning |
|---|---|
provider URL |
Base URL of the LLM provider service |
|
Provider protocol — the default local provider, or |
|
A map of prompt definitions; each produces a |
Use Cases
-
Auto-classification — categorise assets from their metadata or transcript.
-
Tag suggestions — propose tags for review.
-
Description generation — draft human-readable summaries stored alongside the asset.