LLM Terms — Complete Guide to Large Language Model Vocabulary | AI Terms Guide
💬
💬 100 terms · The vocabulary of LLMs

Large language models — the full vocabulary

Every term you'll encounter using an LLM API, evaluating a chat model, or explaining how ChatGPT works. From tokens to context windows to streaming — the working vocabulary of the LLM era.

100
Terms
5
Sub-topics
Weekly
Updates

Large language models are the dominant AI paradigm of the current era. Every conversation with ChatGPT, Claude, or Perplexity, every API call to GPT-5 or Claude Opus 4.8, every fine-tuned specialist model — they all share the vocabulary in this category. Terms here are the day-to-day language of anyone building with LLMs.

The 100 terms are grouped into five sub-topics: how LLMs work at a high level, how you prompt them, how sampling produces the output you see, how context management works, and the operational vocabulary you need in production. Some terms overlap with deep learning architectures (where transformer lives) and prompt engineering (deeper prompting techniques).

Full directory

All LLMs & Language Models terms, organized

Grouped into sub-topics so you can find neighbors and prerequisites, not just alphabetical entries.

Beyond terminology

Go deeper on LLMs & Language Models

📖 Related concept tutorials

Long-form guides that walk through how these concepts actually work.

🎯 Related models & tools

Real products and models where you'll encounter these terms.

Frequently Asked

Questions about LLMs & Language Models

No, but they dominate. Smaller specialized language models exist for classification, translation, and domain-specific tasks. But when people say 'language model' in 2026, they almost always mean an LLM.

Because tokens determine cost (per-million pricing), context math (how much fits in the window), latency (longer input = slower first token), and rate limits. Nearly every practical LLM decision comes back to tokens.

They're often used interchangeably. Strictly, context window is the maximum the model supports; context length is how much you're actually using. In practice, both refer to the token capacity you're working within.

Not exactly — it means more random. High temperature can produce creative results, but also incoherence and hallucinations. For factual tasks, low temperature (0-0.3) is usually right.

A base model just predicts the next token given text. A chat model has been fine-tuned to follow instructions and respond in a helpful, harmless conversational format. Almost all production APIs expose chat models.

Share with