Fundamentals

LLM (Large Language Model)

A large language model, or LLM, is an AI model trained on large amounts of text. It is the language-processing engine behind services such as ChatGPT.

An LLM is the language engine inside a conversational AI

LLM stands for Large Language Model. It is an AI model trained on a very large amount of text so it can process and generate language. Services such as ChatGPT, Claude, and Gemini use LLMs as a central part of their intelligence.

The word “large” refers to both the volume of training material and the number of adjustable values, or parameters, inside the model. Scaling those systems helped make fluid, human-like conversation possible.

How does an LLM produce text?

At a basic level, an LLM predicts what is likely to come next. It splits text into smaller units called tokens, predicts the next token, and repeats the process to build an answer.

Performed at a huge scale, this mechanism supports summarization, translation, drafting, coding, and behavior that resembles reasoning. The simple description does not mean the model’s learned internal patterns are simple.

Models and services are not the same thing

People usually interact with a service such as ChatGPT. Inside the service, a model family such as GPT, Claude, or Gemini generates the answer. A useful analogy is that the service is the car and the LLM is its engine. The engine may be replaced several times while the product name remains the same.

Strengths and limitations

LLMs are strong at summarizing, rewriting, translating, and generating ideas. They do not guarantee factual accuracy. Their knowledge has limits, and they can produce hallucinations instead of admitting they do not know.

The amount of information an LLM can use at once is also limited by its context window. Understanding these boundaries makes it easier to choose the right model and review its answers appropriately.

Smaller language models that run on a phone or personal computer are also becoming more common. Large cloud models can handle demanding work, while smaller local models can provide faster and more private processing.

Related terms

Sources and review information

Last reviewed July 16, 2026

Back to the AI Glossary

Search this site