Back to Knowledge

AI Glossary

AI Reference

Models

13

Large Language Model (LLM)

An AI system trained on massive amounts of text to understand and generate human language, such as ChatGPT, Claude, and Gemini.

Transformer

The foundational architecture behind most modern language models, which uses an "attention" mechanism to understand relationships between words.

Parameter

The numerical values a model learns during training. More parameters generally mean more capability — large models have billions of them.

Embedding

A way of converting text or images into numerical vectors that represent their meaning, letting computers compare similarity between them.

Context Window

The maximum amount of text a model can process at once. Larger windows allow the model to analyze entire long documents.

Multimodal

A model that can handle multiple types of data at once — for example text, images, and audio together.

Foundation Model

A large general-purpose model used as a base for building specialized applications through fine-tuning or prompting.

Mixture of Experts (MoE)

A design where a model is split into several specialized "experts", activating only a subset for each input to save compute.

Open Source Model

A model whose weights are publicly available to download, study, and run freely — such as Llama, Mistral, and DeepSeek.

Frontier Model

The newest and most capable models available at a given moment, typically from top labs like OpenAI, Anthropic, and Google DeepMind.

Local Model

A model that runs on your own hardware instead of a vendor's cloud — used when data must never leave the machine, often at the cost of capability.

Private Model

A model dedicated to one organisation, isolated from other tenants — your data is never shared or used for training. Different from a local model.

Sovereign AI

The principle that a country or region should control its own AI infrastructure, data, and models rather than depend entirely on foreign providers.