What it means
A large language model is trained on an enormous corpus of text with a deceptively simple objective: given some text, predict the next token. Do that at sufficient scale and something surprising emerges — to predict text well, the model has to encode grammar, facts, styles, reasoning patterns and a great deal of implicit world knowledge.
The result is a general-purpose text engine. The same model can summarize a contract, draft an email, explain a codebase or argue a position, because all of those are text-prediction problems in disguise. Modern models extend this to images, audio and video, at which point they are usually called multimodal.
The next-token framing also explains the failure modes. The model is optimizing for plausible continuations, not for truth, which is why a confidently wrong answer looks exactly like a correct one.
Why it matters
Nearly every AI product you encounter is a language model with an interface and some plumbing around it. Understanding that they predict rather than retrieve explains most of their behavior: why they are fluent but sometimes wrong, why phrasing a request differently changes the answer, and why giving them the right source material up front matters more than asking the question more forcefully.
In practice
The practical skill is supplying context. A model asked to answer from its training alone is guessing from memory; the same model given the relevant document usually answers well. That gap is the entire reason retrieval-augmented generation exists.
Where this shows up
Tools and models in our catalog.
ChatGPTOpenAI's flagship AI assistant, running the GPT-5.6 family — Luna as the free default with unlimited text chats, Sol on paid tiers. Includes GPT Image 2, full-duplex voice, Deep Research, ChatGPT Health, and an auto-enrolled restricted mode for under-18s.
ClaudeAnthropic's AI assistant known for long-context reasoning, coding, and following nuanced instructions. 1M token context window (GA March 2026). Opus 4.6 at $5/$25 per million tokens. Strong safety and helpfulness balance.
GPT-5.6OpenAI's flagship model family, generally available July 9, 2026 across ChatGPT, Codex, and the API. Three durable tiers — Sol (flagship), Terra (balanced), Luna (fastest/cheapest) — each with a ~1.05M context window, plus an ultra mode that coordinates subagents. Reports state-of-the-art Terminal-Bench 2.1 (88.8%, ultra 91.9%) and Agents' Last Exam (53.6), but all scores are vendor-reported and no SWE-bench Pro number is published (where Claude Fable 5 led the prior generation).
Gemini 3.1 ProGoogle DeepMind flagship model (Feb 2026). 94.3% GPQA Diamond (highest ever), 77.1% ARC-AGI-2, #1 on 12+ benchmarks. 1M token context, native multimodal input (text, image, video, audio), Deep Think reasoning mode. Available via Vertex AI Model Garden and Google AI Studio.
Llama 4Meta's open-weight frontier model family. Maverick: MoE 400B/17B active, 1M context, 1,417 Elo. Scout: 10M context. Most-downloaded open-weight models. Community license (free under 1M MAU).