PromptForge
AI Glossary

Retrieval & data

Knowledge cutoff

Also known as: training cutoff, knowledge cut-off

Definition

A model's knowledge cutoff is the date after which it has no training data. It cannot know about events, releases or prices after that point unless given the information in the prompt or via search.

Training data is collected up to a point, so every model has a horizon. Ask about something after it and the model may say it does not know — or, less helpfully, produce a confident guess based on pre-cutoff patterns.

This is a common source of subtle errors: library versions, API signatures, pricing, and current officeholders all change. A model may describe a deprecated API perfectly because that API was current when it was trained.

Mitigations are retrieval, web search tools, or simply pasting current information into the prompt. For anything time-sensitive, verify against a live source.

Related terms

Put this into practice

Understanding the term is step one. Our free courses and tools let you actually use it.