Overview

The Call LLM node is the core component for interacting with Large Language Models in HyperFlow. As a super-node, it provides a unified interface to dozens of different LLM service implementations, processing user inputs through various LLMs for text, image, video, or audio generation, supporting template-based prompts, knowledge extraction, and configurable generation parameters.

This node serves as the primary vehicle for implementing LLM-based agents in agentic workflows, including plan generation and execution agents, data-flow analyzers for guardrail components, content generation engines, code generators, and other autonomous decision-making components. It is the foundational building block for both conversational AI applications and sophisticated multi-agent systems.

Node Information

Property Value
Display Name Call LLM
Category LLMs
Status Enabled

Purpose

Use the Call LLM node to:

Agentic Applications