LLM (large language model)
A model trained on vast text corpora to predict the next word — and, in doing so, to write, summarise, code or reason.
A large language model learns the statistical regularities of language from vast corpora. GPT (OpenAI) and Claude (Anthropic) are two such families. It does not "know" anything in the sense of a database: it generates the most likely continuation — hence the need to ground it on your data (see RAG) and to keep it within guardrails.