456
Dictionary

LLM (Large Language Model)

A model trained on huge text corpora that predicts the next token to produce human-like language.

2 min readupdated 2026-06-22

/ quick answer

A Large Language Model is a neural network — usually a Transformer — trained to predict the next token given a context. Modern LLMs (GPT, Claude, Gemini, Llama) can reason, write code, follow instructions and call tools when wrapped in the right runtime.

A model trained on huge text corpora that predicts the next token to produce human-like language. A Large Language Model is a neural network — usually a Transformer — trained to predict the next token given a context. Modern LLMs (GPT, Claude, Gemini, Llama) can reason, write code, follow instructions and call tools when wrapped in the right runtime. In practice: You send a prompt like 'summarize this contract in 5 bullets'. The LLM tokenizes the input, runs it through billions of parameters and streams tokens back until a stop condition. This dictionary node is part of the Onexial knowledge graph and links to related concepts, workflows and tools below.
Definition
A Large Language Model is a neural network — usually a Transformer — trained to predict the next token given a context. Modern LLMs (GPT, Claude, Gemini, Llama) can reason, write code, follow instructions and call tools when wrapped in the right runtime.
Example
You send a prompt like 'summarize this contract in 5 bullets'. The LLM tokenizes the input, runs it through billions of parameters and streams tokens back until a stop condition.
Related Workflows
Related Tool Stacks
/ frequently asked

What is LLM (Large Language Model)?

A Large Language Model is a neural network — usually a Transformer — trained to predict the next token given a context. Modern LLMs (GPT, Claude, Gemini, Llama) can reason, write code, follow instructions and call tools when wrapped in the right runtime.

What is an example of LLM (Large Language Model)?

You send a prompt like 'summarize this contract in 5 bullets'. The LLM tokenizes the input, runs it through billions of parameters and streams tokens back until a stop condition.

Why does LLM (Large Language Model) matter for AI and automation?

A model trained on huge text corpora that predicts the next token to produce human-like language. It connects to the workflows, prompts and tool stacks linked on this page, so you can move from definition to execution without leaving Onexial.

↳ connected nodes
Workflow↳ linked
AI Content Factory: One Topic to Ten Assets
Convert a single topic into a full multi-channel content drop.
Workflow↳ linked
Build an Internal Knowledge Bot
Ship a Slack bot that answers questions from your company docs.
Tool Stack↳ linked
AI Website Builder Stack
Ship a production website end-to-end with AI — code, hosting, content and analytics.
Tool Stack↳ linked
AI Automation Operator Stack
The default toolset for one operator running multiple AI-powered business workflows.
Dictionary↳ linked
AI Voice Agent
An AI voice agent is a software program that interacts with users using natural language spoken input and output, performing tasks or providing information. These agents leverage technologies like Automatic Speech Recognition (ASR) and Text-to-Speech (TTS) to simulate human-like conversations.
Tool Stack↳ linked
AI Voice Agent Development Stack
This stack outlines essential technologies and tools for building and deploying AI voice agents, encompassing speech processing, natural language understanding, and conversational AI frameworks. It provides a foundation for creating intelligent voice interfaces.
Tool Stack↳ linked
AI Voice Assistant Stack
This stack outlines the core technologies for building personal or enterprise AI voice assistants, integrating components for speech recognition, natural language processing, and task execution. It supports intelligent, conversational interfaces for various applications.
Dictionary↳ linked
Automatic Speech Recognition (ASR)
Automatic Speech Recognition (ASR) is a technology that converts spoken language into written text, acting as a core component for voice assistants, dictation software, and transcription services. It enables machines to understand human speech.