LLM Calling
Noun · AI & Machine Learning
Definitions
The act or pattern of invoking a large language model from application code, a workflow engine, or another model-mediated system. The phrase often comes up when discussing request structure, retries, observability, and abstraction layers around model access.
In plain English: The way software makes calls to a large language model.
Example: "The team standardized LLM calling through one SDK so tracing and provider failover worked the same everywhere."