83
Dictionary/llm-orchestration
Dictionary

LLM Orchestration

Coordinating multiple model calls, tools, and data sources into one reliable system.

Definition
LLM Orchestration is the control layer that decides which model runs, in what order, with what context, and how outputs flow between steps — turning isolated prompts into a production system.
Example
A pipeline routes simple questions to a fast model, escalates complex ones to a reasoning model, and falls back to a human when confidence is low.
Related Workflows
Related Tool Stacks
Related Prompts