induwara.lk
induwara.lkAI · Reference

AI Knowledge Cutoff & Release Date Lookup

Pick any major LLM and get two dates straight from the provider's model card — the training-data knowledge cutoff and the public release date — plus how stale its knowledge is today. No signup, no API, sources cited below.

By Induwara AshinsanaUpdated Jun 13, 2026
AI knowledge cutoff lookup
From model cards · verified 2026-06-13

Compared against today: June 2026. Dates are transcribed from each provider's own model card.

Grouped by provider. Pick a model to see its cutoff, release date, and how stale its knowledge is today.

OpenAI

GPT-4o

Stale (>18mo)
Knowledge cutoff
October 2023
Release date
May 2024
Knowledge age
32 mo
Released 25 mo ago

GPT-4o's training data stops at October 2023 — about 2.7 years before today (June 2026). It was released in May 2024. For anything newer than that, use a more recent model or a web-search / RAG mode.

Provider model card·

Freshness chips describe how recent the training data is, not model quality. Every row links to the provider model card it was read from; the snapshot date (2026-06-13) is shown above. No data leaves your browser.

How it works

This is a lookup, not a calculator: the dates themselves are editorial. Each model's knowledge cutoff and release month are transcribed verbatim from the provider's own model card or model documentation, and every row links back to the exact source it was read from. Nothing is inferred — where a vendor does not publish a cutoff at all (Mistral AI, xAI, DeepSeek), the tool shows “—” instead of a guess.

The only thing computed here is knowledge age, and it is fully deterministic calendar arithmetic:

  1. Each cutoff is stored as a normalized year-month YYYY-MM. Where a provider states only a season or quarter, the conservative latest month of that period is used and footnoted on the model.
  2. On load the page reads today's year-month as the reference point now (this page is rendered per request, and the displayed verified date makes the snapshot explicit).
  3. Knowledge age in months is (now.year − cutoff.year) × 12 + (now.month − cutoff.month), clamped at zero so a future-dated cutoff can never show a negative age.
  4. The freshness chip is presentational only: 6 months is fresh, 718 is aging, and over 18 is stale. These thresholds describe recency of training data, not model quality.

The same subtraction is implemented twice — once directly and once via an absolute month index (year × 12 + month) — and the two are required to agree, so an arithmetic regression would be caught rather than shipped. Because release dates lag cutoffs by months, the tool also shows how long ago each model was released, to make the gap between “trained” and “available” visible at a glance.

Worked examples

Reference point for all three: June 2026 (the 2026-06-13 snapshot month). The live tool recomputes against the actual current month.

GPT-4o — stale

Cutoff Oct 2023 · released May 2024

  1. Cutoff: October 2023 (2023-10)
  2. Age: (2026 − 2023) × 12 + (6 − 10) = 36 − 4 = 32 months
  3. 32 > 18 → stale chip
  4. Reads: "GPT-4o's training data stops at October 2023 — about 2.7 years before today."

Claude Opus 4.1 — aging

Cutoff Mar 2025 · released Aug 2025

  1. Cutoff: March 2025 (2025-03)
  2. Age: (2026 − 2025) × 12 + (6 − 3) = 12 + 3 = 15 months
  3. 7–18 → aging chip
  4. Note surfaced: March 2025 is the training cut-off; the conservative "reliable" cutoff is January 2025.

Grok 4 — no published cutoff (edge case)

Cutoff not published · released Jul 2025

  1. xAI publishes no explicit knowledge cutoff for Grok 4
  2. Age cannot be computed → shown as "—", not a guessed number
  3. Card explains the model augments answers with live search
  4. Sorted to the bottom of the table and listed separately on the timeline

Frequently asked questions

Sources & references

Each model row links to the specific provider page it was transcribed from. The provider model-card hubs:

Dates were last cross-checked against these sources on 2026-06-13. This is a cited snapshot, not a live feed — model cards change, so the verified date above always tells you how current the data is. Spotted a date that has moved? Email me and I'll update the row.

Related tools

Rate this tool
Be the first to rate

Comments & feedback

Spotted a bug or want an improvement? Tell us — our team reviews every comment, and good ideas get built. Comments are public and anonymous.

Found an out-of-date row, a model we're missing, or an edge case?

Email me at [email protected] — most fixes ship within 24 hours.