LLM Evolution

Cataloging the evolution of LLMs from “Attention Is All You Need” to present. Drag across the chart to zoom, click a marker for details, or press play to watch nine years unfold.

201820192020202120222023202420252026OpenAIAnthropicGoogleMetaDeepSeekAlibabaMistralxAIOthers
● closed model○ open weights◆ research■ productsize = impactShowing 127 of 127
Hover or click a marker for details. Drag across the chart to zoom into a period, double-click to reset, or use ← → to step through events.

20171 milestones

  1. Jun 12, 2017

    Attention Is All You Need

    Google Brain
    ResearchLandmark213M params

    Vaswani et al. drop recurrence entirely and build a sequence model from self-attention alone. Every model on this page descends from this architecture.

    transformerself-attentionencoder-decoderSource ↗

20182 milestones

  1. Jun 11, 2018

    GPT-1

    OpenAI
    ModelMajor117M params512 context

    Generative pretraining on BooksCorpus followed by task fine-tuning. A decoder-only transformer turns out to be a strong general-purpose learner.

    decoder-onlypretrainingSource ↗
  2. Oct 11, 2018

    BERT

    Google AI
    ModelLandmarkOpen weights340M params512 context

    Bidirectional masked-language-model pretraining sweeps GLUE and SQuAD. For two years, fine-tuning BERT was the default way to do NLP.

    encodermasked LMfine-tuningSource ↗

20193 milestones

  1. Feb 14, 2019

    GPT-2

    OpenAI
    ModelLandmarkOpen weights1.5B params1K context

    Zero-shot task transfer from web-scale pretraining. OpenAI staged the release over concerns about misuse, which itself became a story.

    zero-shotWebTextstaged releaseSource ↗
  2. Sep 17, 2019

    Megatron-LM

    NVIDIA
    ResearchNotableOpen weights8.3B params

    Intra-layer tensor parallelism lets NVIDIA train an 8.3B GPT-2 across 512 GPUs. The parallelism playbook that every large training run still uses.

    tensor parallelismdistributed trainingSource ↗
  3. Oct 23, 2019

    T5

    Google Research
    ModelMajorOpen weights11B params512 context

    Everything is text-to-text. The C4 corpus and a systematic study of transfer learning choices make T5 a workhorse for years.

    text-to-textC4encoder-decoderSource ↗

20202 milestones

  1. Jan 23, 2020

    Scaling Laws for Neural Language Models

    OpenAI
    ResearchLandmark

    Kaplan et al. show loss falls as a smooth power law in parameters, data, and compute. This paper turned model building into a budgeting problem.

    scaling lawscomputeSource ↗
  2. May 28, 2020

    GPT-3

    OpenAI
    ModelLandmark175B params2K context

    175B parameters and in-context learning: describe a task in the prompt and the model does it. The API launched in June and seeded the first wave of LLM startups.

    few-shotin-context learningAPISource ↗

20217 milestones

  1. Jan 11, 2021

    Switch Transformer

    Google Brain
    ResearchMajor1.6T params

    Sparse mixture-of-experts routing scales a model to 1.6 trillion parameters while keeping per-token compute fixed. MoE becomes the path to trillion-scale.

    mixture of expertssparsitySource ↗
  2. Jun 9, 2021

    GPT-J-6B

    EleutherAI
    ModelNotableOpen weights6B params2K context

    A volunteer collective trains a GPT-3-class model on The Pile with TPUs and releases the weights. The open-model movement has its first real base model.

    open sourceThe Pile
  3. Jun 17, 2021

    LoRA

    Microsoft
    ResearchMajor

    Low-rank adapters freeze the base weights and train small update matrices instead. Fine-tuning a big model on one GPU becomes routine.

    fine-tuningPEFTadaptersSource ↗
  4. Jun 29, 2021

    GitHub Copilot (Codex)

    OpenAI
    ProductMajor

    OpenAI Codex, a GPT model fine-tuned on public code, ships inside the editor as GitHub Copilot. AI-assisted coding goes from demo to daily tool.

    codedeveloper tools
  5. Aug 11, 2021

    Jurassic-1

    AI21 Labs
    ModelNotable178B params2K context

    The first GPT-3-scale model from outside OpenAI, with a larger 256K-token vocabulary.

    GPT-3 class
  6. Oct 11, 2021

    Megatron-Turing NLG 530B

    Microsoft & NVIDIA
    ModelNotable530B params2K context

    The largest dense model of its time, trained with DeepSpeed and Megatron across 560 DGX A100 nodes.

    denseDeepSpeedMegatron
  7. Dec 8, 2021

    Gopher

    DeepMind
    ModelMajor280B params2K context

    DeepMind enters the scaling race with a 280B model and a detailed analysis of where scale helps and where it does not.

    scalingevaluation

202211 milestones

  1. Jan 27, 2022

    InstructGPT (RLHF)

    OpenAI
    ResearchLandmark

    Supervised fine-tuning plus reinforcement learning from human feedback. Labelers preferred a 1.3B InstructGPT over 175B GPT-3, and this became the ChatGPT recipe.

    RLHFalignmentinstruction tuningSource ↗
  2. Jan 28, 2022

    Chain-of-Thought Prompting

    Google Brain
    ResearchMajor

    Asking a model to show its work before answering unlocks multi-step reasoning, but only at scale. The seed of the later reasoning models.

    reasoningpromptingSource ↗
  3. Feb 2, 2022

    GPT-NeoX-20B

    EleutherAI
    ModelNotableOpen weights20B params2K context

    The largest fully open model at release, trained on CoreWeave GPUs. Its training library became a common base for open efforts.

    open source
  4. Mar 29, 2022

    Chinchilla

    DeepMind
    ResearchLandmark70B params2K context

    Compute-optimal training wants roughly 20 tokens per parameter. A 70B model trained on 1.4T tokens beats 280B Gopher, and every lab retunes its data budgets.

    scaling lawscompute-optimaldataSource ↗
  5. Apr 4, 2022

    PaLM

    Google Research
    ModelMajor540B params2K context

    540B dense parameters trained on 6,144 TPU v4 chips with the Pathways system. Breakthrough scores on reasoning and code, and the base for Med-PaLM.

    denseTPUPathwaysSource ↗
  6. May 3, 2022

    OPT-175B

    Meta
    ModelMajorOpen weights175B params2K context

    Meta replicates GPT-3 and releases the weights to researchers along with the full training logbook, including every crash and restart.

    open weightsGPT-3 replicationSource ↗
  7. May 27, 2022

    FlashAttention

    Stanford
    ResearchMajor

    An IO-aware exact attention kernel that tiles computation to stay in SRAM. Longer context and faster training for free; now standard in every stack.

    kernelsattentionefficiencySource ↗
  8. Jul 12, 2022

    BLOOM

    BigScience
    ModelNotableOpen weights176B params2K context

    A 176B multilingual model trained openly by a thousand-researcher collaboration on the Jean Zay supercomputer.

    multilingualopen scienceSource ↗
  9. Aug 22, 2022

    Stable Diffusion

    Stability AI / CompVis
    ModelNotableOpen weights860M params

    Not a language model, but the open-weights release that proved generative models could be run and fine-tuned by anyone with a consumer GPU.

    image generationdiffusionopen weights
  10. Oct 20, 2022

    Flan-T5 / Flan-PaLM

    Google Research
    ResearchNotableOpen weights11B params

    Instruction tuning on 1,800 tasks. Flan-T5 checkpoints became the go-to small instruction-following models before Llama.

    instruction tuning
  11. Nov 30, 2022

    ChatGPT

    OpenAI
    ProductLandmark4K context

    A free chat interface on GPT-3.5 reaches 100 million users in two months, the fastest consumer product adoption ever. The industry reorganizes around it.

    chatGPT-3.5consumerSource ↗

202323 milestones

  1. Feb 24, 2023

    LLaMA

    Meta
    ModelLandmarkOpen weights65B params2K context

    Chinchilla-style models from 7B to 65B, released to researchers and leaked within a week. The 7B model running on a laptop kicks off the open fine-tuning boom.

    open weightsChinchilla-optimalSource ↗
  2. Mar 13, 2023

    Alpaca

    Stanford
    ResearchNotableOpen weights7B params

    LLaMA-7B instruction-tuned on 52K GPT-generated examples for under $600. Proof that a usable assistant could be distilled cheaply.

    distillationinstruction tuning
  3. Mar 14, 2023

    GPT-4

    OpenAI
    ModelLandmark~1.8T params8K context

    Multimodal input, top-decile bar exam performance, and a technical report that disclosed nothing about size or architecture. Widely reported as a 1.8T MoE.

    multimodalMoEfrontierSource ↗
  4. Mar 14, 2023

    Claude 1 & Claude Instant

    Anthropic
    ModelMajor9K context

    Anthropic's first public models, trained with Constitutional AI: RL from AI feedback against a written set of principles instead of only human labels.

    Constitutional AIRLAIF
  5. May 10, 2023

    PaLM 2

    Google / DeepMind
    ModelMajor~340B params8K context

    Google's answer to GPT-4 powers Bard and Workspace. Smaller than PaLM but trained on far more tokens, following Chinchilla.

    Bardmultilingual
  6. May 11, 2023

    Claude 100K context

    Anthropic
    ModelNotable100K context

    The first 100K-token context window from a frontier lab: a whole novel in one prompt when everyone else offered 4K to 32K.

    long context
  7. May 23, 2023

    QLoRA

    University of Washington
    ResearchNotable

    4-bit NormalFloat quantization plus LoRA fine-tunes a 65B model on a single 48GB GPU with no loss in quality. The technique behind most hobbyist fine-tunes.

    quantizationfine-tuningPEFTSource ↗
  8. May 29, 2023

    Direct Preference Optimization

    Stanford
    ResearchMajor

    Preference tuning without a reward model or RL loop: a simple classification loss on chosen versus rejected pairs. It replaced PPO in most open post-training pipelines.

    DPOpreference tuningalignmentSource ↗
  9. Jul 11, 2023

    Claude 2

    Anthropic
    ModelMajor100K context

    Claude gets a public chat interface at claude.ai, stronger coding and math, and the 100K window as standard.

    claude.ailong context
  10. Jul 18, 2023

    Llama 2

    Meta
    ModelLandmarkOpen weights70B params4K context

    Open weights with a commercial license, plus chat models tuned with RLHF. Llama 2 became the base for thousands of products and fine-tunes.

    open weightscommercial licenseRLHFSource ↗
  11. Aug 24, 2023

    Code Llama

    Meta
    ModelNotableOpen weights34B params16K context

    Llama 2 continued-pretrained on code with infilling and 100K-token extrapolation. A 70B version followed in January 2024.

    codeopen weights
  12. Sep 6, 2023

    Falcon 180B

    TII
    ModelNotableOpen weights180B params2K context

    Abu Dhabi's Technology Innovation Institute releases the largest open model to date, trained on 3.5T tokens of RefinedWeb.

    open weightsRefinedWeb
  13. Sep 25, 2023

    GPT-4V & DALL·E 3

    OpenAI
    ProductNotable

    ChatGPT can now see, hear, and speak: image input, voice conversation, and DALL·E 3 image generation arrive in the same week.

    visionvoicemultimodal
  14. Sep 27, 2023

    Mistral 7B

    Mistral
    ModelMajorOpen weights7.3B params8K context

    Released as a magnet link under Apache 2.0. Grouped-query and sliding-window attention let a 7B model beat Llama 2 13B, and Europe gets a frontier lab.

    Apache 2.0GQAsliding windowSource ↗
  15. Nov 4, 2023

    Grok-1

    xAI
    ModelNotableOpen weights314B params · 86B active8K context

    xAI's first model, a 314B mixture of experts, built in four months. The weights were open-sourced under Apache 2.0 in March 2024.

    MoEopen weights
  16. Nov 6, 2023

    GPT-4 Turbo & GPTs

    OpenAI
    ModelMajor128K context

    DevDay brings a 128K context window, JSON mode, cheaper pricing, the Assistants API, and custom GPTs.

    long contextDevDayagents
  17. Nov 21, 2023

    Claude 2.1

    Anthropic
    ModelNotable200K context

    200K context, halved hallucination rates, system prompts, and beta tool use.

    long contexttool use
  18. Nov 29, 2023

    DeepSeek LLM 67B

    DeepSeek
    ModelNotableOpen weights67B params4K context

    A quant fund's research arm releases its first open models, along with scaling-law experiments on hyperparameters. Few noticed at the time.

    open weightsscaling laws
  19. Nov 30, 2023

    Qwen-72B

    Alibaba (Qwen)
    ModelNotableOpen weights72B params33K context

    Alibaba's Qwen series steps up to 72B with open weights and 32K context, starting a release cadence that would make Qwen the most downloaded open family.

    open weightsmultilingual
  20. Dec 1, 2023

    Mamba

    CMU / Princeton
    ResearchNotableOpen weights2.8B params

    Selective state-space models match transformers at small scale with linear-time sequence processing. The strongest challenger to attention so far, later hybridized into production models.

    state space modelsarchitectureSource ↗
  21. Dec 6, 2023

    Gemini 1.0

    Google DeepMind
    ModelMajor33K context

    Google DeepMind's first natively multimodal family in Ultra, Pro, and Nano sizes. Ultra was the first model to claim a win over GPT-4 on MMLU.

    multimodalTPU
  22. Dec 11, 2023

    Mixtral 8x7B

    Mistral
    ModelMajorOpen weights46.7B params · 12.9B active33K context

    The first strong open mixture-of-experts model matches GPT-3.5 while running as fast as a 13B dense model. Sparse MoE becomes the open-model default.

    MoEApache 2.0Source ↗
  23. Dec 12, 2023

    Phi-2

    Microsoft
    ModelNotableOpen weights2.7B params2K context

    Textbook-quality synthetic data lets a 2.7B model rival models ten times larger. Data quality becomes a first-class scaling lever.

    small modelssynthetic data

202420 milestones

  1. Feb 15, 2024

    Gemini 1.5 Pro

    Google DeepMind
    ModelLandmark1M context

    A one-million-token context window with near-perfect recall, later extended to two million. An hour of video or a whole codebase fits in a single prompt.

    long contextMoEmultimodalSource ↗
  2. Mar 4, 2024

    Claude 3 (Haiku, Sonnet, Opus)

    Anthropic
    ModelLandmark200K context

    Three tiers with native vision. Opus was the first model to clearly beat GPT-4 on standard benchmarks, ending a year of OpenAI's uncontested lead.

    visionfrontierthree tiersSource ↗
  3. Apr 10, 2024

    Mixtral 8x22B

    Mistral
    ModelNotableOpen weights141B params · 39B active66K context

    A larger open MoE with 64K context and native function calling, again shipped first as a torrent.

    MoEfunction calling
  4. Apr 18, 2024

    Llama 3 (8B, 70B)

    Meta
    ModelMajorOpen weights70B params8K context

    Trained on 15 trillion tokens, far past Chinchilla-optimal, because inference cost matters more than training cost. The 8B model became the default small open model.

    open weightsovertrained
  5. May 6, 2024

    DeepSeek-V2

    DeepSeek
    ModelMajorOpen weights236B params · 21B active128K context

    Multi-head latent attention compresses the KV cache by 93 percent, and fine-grained MoE with shared experts cuts training cost. Priced so low it triggered a price war in China.

    MLAMoEefficiencySource ↗
  6. May 13, 2024

    GPT-4o

    OpenAI
    ModelLandmark128K context

    One model trained end-to-end on text, audio, and vision, responding to speech in about 300 milliseconds. Free-tier ChatGPT users get GPT-4-class intelligence.

    omnireal-time voicemultimodal
  7. Jun 7, 2024

    Qwen2

    Alibaba (Qwen)
    ModelNotableOpen weights72B params128K context

    Five sizes from 0.5B to 72B under Apache 2.0, with 128K context and strong multilingual coverage.

    open weightsApache 2.0
  8. Jun 20, 2024

    Claude 3.5 Sonnet

    Anthropic
    ModelLandmark200K context

    A mid-tier model that beat Opus at twice the speed, with Artifacts for live code and documents. It became the default model for serious coding work.

    codingArtifactsSource ↗
  9. Jun 27, 2024

    Gemma 2

    Google / DeepMind
    ModelNotableOpen weights27B params8K context

    Google's open family gets a 27B model trained with knowledge distillation that punches above its size on the Chatbot Arena.

    open weightsdistillation
  10. Jul 23, 2024

    Llama 3.1 405B

    Meta
    ModelLandmarkOpen weights405B params128K context

    The first open-weights model at GPT-4 level, trained on 16,000 H100s, with a 92-page report on data, infrastructure, and failure modes. 128K context across the family.

    open weightsfrontierH100Source ↗
  11. Jul 24, 2024

    Mistral Large 2

    Mistral
    ModelNotableOpen weights123B params128K context

    A 123B dense model with open weights for research, released the day after Llama 3.1 to stay in the frame.

    denseresearch license
  12. Aug 14, 2024

    Grok-2

    xAI
    ModelNotable128K context

    xAI reaches GPT-4-class performance and adds image generation via Flux inside X.

    image generation
  13. Sep 12, 2024

    OpenAI o1-preview

    OpenAI
    ModelLandmark128K context

    The first reasoning model: reinforcement learning teaches the model to think in a hidden chain of thought before answering. Test-time compute becomes a second scaling axis.

    reasoningtest-time computeRLSource ↗
  14. Sep 19, 2024

    Qwen2.5

    Alibaba (Qwen)
    ModelMajorOpen weights72B params128K context

    Seven sizes trained on 18T tokens, plus Coder and Math variants. Qwen2.5-72B matched Llama 3.1 405B on many benchmarks and became the favorite base for fine-tuning.

    open weightsfine-tuning base
  15. Sep 25, 2024

    Llama 3.2

    Meta
    ModelNotableOpen weights90B params128K context

    Vision models at 11B and 90B, and 1B and 3B text models built for phones and edge devices.

    visionedge
  16. Oct 22, 2024

    Claude 3.5 Sonnet (new) & Computer Use

    Anthropic
    ModelMajor200K context

    An upgraded Sonnet and the first public beta of computer use: the model moves a cursor, clicks, and types to operate real software.

    computer useagents
  17. Dec 6, 2024

    Llama 3.3 70B

    Meta
    ModelNotableOpen weights70B params128K context

    Post-training improvements bring the 70B model up to 405B-level quality at a fraction of the cost.

    post-training
  18. Dec 11, 2024

    Gemini 2.0 Flash

    Google DeepMind
    ModelMajor1M context

    Google calls it the start of the agentic era: native tool use, multimodal output, and Deep Research, with a Flash model outperforming the previous Pro.

    agentsDeep Researchmultimodal output
  19. Dec 20, 2024

    o3 announced

    OpenAI
    ModelMajor200K context

    o3 scores 87.5 percent on ARC-AGI at high compute and 25 percent on FrontierMath, benchmarks built to resist LLMs. The full o1 had shipped two weeks earlier.

    reasoningARC-AGI
  20. Dec 26, 2024

    DeepSeek-V3

    DeepSeek
    ModelLandmarkOpen weights671B params · 37B active128K context

    A 671B MoE trained in FP8 on 2,048 H800s for a reported $5.6M of compute, matching GPT-4o and Claude 3.5. MLA, auxiliary-loss-free load balancing, and multi-token prediction.

    MoEFP8MLAopen weightsSource ↗

202529 milestones

  1. Jan 20, 2025

    DeepSeek-R1

    DeepSeek
    ModelLandmarkOpen weights671B params · 37B active128K context

    An o1-class reasoning model under MIT license, with a paper showing reasoning emerging from pure RL with GRPO. A week later it wiped $600B off Nvidia in a day.

    reasoningGRPOMIT licenseSource ↗
  2. Jan 31, 2025

    o3-mini

    OpenAI
    ModelNotable200K context

    A fast, cheap reasoning model with selectable reasoning effort, shipped to free users days after R1.

    reasoningeffort levels
  3. Feb 17, 2025

    Grok 3

    xAI
    ModelMajor1M context

    Trained on the 200,000-GPU Colossus cluster with ten times Grok 2's compute. Adds Think mode and briefly tops the Chatbot Arena.

    Colossusreasoning
  4. Feb 24, 2025

    Claude 3.7 Sonnet & Claude Code

    Anthropic
    ModelMajor200K context

    The first hybrid reasoning model: instant answers or visible extended thinking from the same weights. Claude Code launches as a terminal agent in research preview.

    hybrid reasoningClaude CodeagentsSource ↗
  5. Feb 27, 2025

    GPT-4.5

    OpenAI
    ModelNotable128K context

    OpenAI's largest pretraining run, with better taste and fewer hallucinations but no reasoning. Expensive, and retired from the API within months.

    pretraining scale
  6. Mar 12, 2025

    Gemma 3

    Google / DeepMind
    ModelNotableOpen weights27B params128K context

    Open multimodal models up to 27B with 128K context, built to run on a single GPU or TPU.

    open weightsmultimodal
  7. Mar 25, 2025

    Gemini 2.5 Pro

    Google DeepMind
    ModelLandmark1M context

    Google's first thinking model debuts at the top of every leaderboard with a million-token window. The moment Google was back at the frontier.

    thinkinglong contextfrontier
  8. Apr 5, 2025

    Llama 4 Scout & Maverick

    Meta
    ModelMajorOpen weights400B params · 17B active10M context

    Meta's first MoE models, natively multimodal, with Scout claiming a 10M-token context. A benchmark-tuned Arena variant sparked controversy, and Behemoth never shipped.

    MoE10M contextcontroversy
  9. Apr 14, 2025

    GPT-4.1

    OpenAI
    ModelNotable1M context

    API-only models with a million-token context and better instruction following, aimed at developers building agents.

    long contextAPI
  10. Apr 16, 2025

    o3 & o4-mini

    OpenAI
    ModelMajor200K context

    Reasoning models that call tools mid-thought: web search, Python, and image manipulation inside the chain of reasoning. Codex CLI ships alongside.

    reasoningtool useagents
  11. Apr 28, 2025

    Qwen3

    Alibaba (Qwen)
    ModelMajorOpen weights235B params · 22B active128K context

    Eight open models from 0.6B to a 235B MoE with a thinking mode you can toggle per request, trained on 36T tokens across 119 languages.

    hybrid thinkingMoEApache 2.0
  12. May 22, 2025

    Claude Opus 4 & Sonnet 4

    Anthropic
    ModelLandmark200K context

    Built for long-running agentic work: Opus 4 ran autonomously for hours on refactoring tasks. Claude Code goes GA and coding agents become the center of the market.

    agentscodingClaude CodeSource ↗
  13. Jul 9, 2025

    Grok 4

    xAI
    ModelMajor256K context

    RL compute scaled to match pretraining. Grok 4 Heavy runs parallel agents and posts the top Humanity's Last Exam score of the summer.

    reasoningmulti-agent
  14. Jul 11, 2025

    Kimi K2

    Moonshot AI
    ModelMajorOpen weights1T params · 32B active128K context

    A trillion-parameter open MoE trained stably with the Muon optimizer, tuned for agentic tool use. The largest open model yet.

    1T MoEMuonagentsSource ↗
  15. Jul 22, 2025

    Qwen3-Coder

    Alibaba (Qwen)
    ModelNotableOpen weights480B params · 35B active256K context

    A 480B open coding MoE with 256K native context and its own agent CLI, closing in on Claude Sonnet 4 on agentic coding.

    codeagents
  16. Aug 5, 2025

    gpt-oss-120b & 20b

    OpenAI
    ModelMajorOpen weights117B params · 5.1B active128K context

    OpenAI's first open-weight models since GPT-2, under Apache 2.0. The 120B MoE runs on a single 80GB GPU with o4-mini-level reasoning.

    open weightsApache 2.0MoESource ↗
  17. Aug 5, 2025

    Claude Opus 4.1

    Anthropic
    ModelNotable200K context

    An incremental Opus with 74.5 percent on SWE-bench Verified and better multi-file refactoring.

    coding
  18. Aug 7, 2025

    GPT-5

    OpenAI
    ModelLandmark400K context

    A unified system that routes between a fast model and a deeper reasoning model. Strong on coding and health, with a launch overshadowed by users mourning GPT-4o.

    routerreasoningfrontierSource ↗
  19. Aug 21, 2025

    DeepSeek V3.1

    DeepSeek
    ModelNotableOpen weights671B params · 37B active128K context

    Thinking and non-thinking modes in one checkpoint, better tool use, and a UE8M0 FP8 format chosen with domestic Chinese accelerators in mind.

    hybrid thinkingFP8
  20. Sep 29, 2025

    Claude Sonnet 4.5

    Anthropic
    ModelMajor200K context

    Anthropic's strongest coding model at the time, capable of 30-hour autonomous sessions, with a memory tool and context editing for long-running agents.

    codingagentsmemorySource ↗
  21. Oct 15, 2025

    Claude Haiku 4.5

    Anthropic
    ModelNotable200K context

    Sonnet 4 coding performance at a third of the cost, with extended thinking and computer use in the smallest tier.

    small modelscost
  22. Nov 6, 2025

    Kimi K2 Thinking

    Moonshot AI
    ModelNotableOpen weights1T params · 32B active256K context

    An open reasoning agent that chains 200 to 300 tool calls, briefly leading closed models on Humanity's Last Exam and BrowseComp.

    reasoningagentsopen weights
  23. Nov 12, 2025

    GPT-5.1

    OpenAI
    ModelNotable400K context

    Warmer default personality, adaptive reasoning that skips thinking on easy prompts, and a Codex-Max variant that compacts context across sessions.

    adaptive reasoning
  24. Nov 17, 2025

    Grok 4.1

    xAI
    ModelNotable256K context

    A quieter two-week rollout focused on emotional intelligence, lower hallucination, and a Fast variant for tool calling.

    tool calling
  25. Nov 18, 2025

    Gemini 3 Pro

    Google DeepMind
    ModelLandmark1M context

    Shipped straight into Search, the Gemini app, and Vertex on day one, with record LMArena and ARC-AGI-2 scores and a Deep Think mode. Google's strongest lead to date.

    frontierDeep ThinkmultimodalSource ↗
  26. Nov 24, 2025

    Claude Opus 4.5

    Anthropic
    ModelMajor200K context

    Opus pricing cut by two thirds, an effort parameter to trade cost for capability, and automatic context compaction for long agent runs.

    effortcompactioncoding
  27. Dec 1, 2025

    DeepSeek V3.2

    DeepSeek
    ModelNotableOpen weights671B params · 37B active128K context

    DeepSeek Sparse Attention cuts long-context cost by half, and a Speciale variant reaches gold-medal level on IMO and IOI problems.

    sparse attentionreasoning
  28. Dec 11, 2025

    GPT-5.2

    OpenAI
    ModelNotable400K context

    A rapid response to Gemini 3: better knowledge work, spreadsheets, and long-context reasoning, followed by a Codex variant in January.

    knowledge work
  29. Dec 17, 2025

    Gemini 3 Flash

    Google DeepMind
    ModelNotable1M context

    Pro-level reasoning at Flash speed and price, and the new default model in the Gemini app.

    speedcost

202629 milestones

  1. Jan 26, 2026

    Kimi K2.5

    Moonshot AI
    ModelNotableOpen weights1T params · 32B active256K context

    Native vision and an agent swarm mode that fans work out to parallel sub-agents, keeping open models within reach of the closed frontier.

    visionagent swarmopen weights
  2. Feb 5, 2026

    Claude Opus 4.6

    Anthropic
    ModelMajor1M context

    A million-token context by default, 128K output, adaptive thinking, and agent teams in Claude Code that coordinate multiple Claude instances on one task.

    1M contextadaptive thinkingagent teams
  3. Feb 5, 2026

    GPT-5.3-Codex

    OpenAI
    ModelNotable400K context

    A coding-specialized model released the same day as Opus 4.6, as the two labs trade blows on agentic software engineering.

    codeagents
  4. Feb 15, 2026

    GLM-5

    Z.AI
    ModelNotableOpen weights200K context

    Zhipu's open flagship joins DeepSeek, Qwen, and Kimi in a Chinese open-weights quartet that now sets the pace for open models.

    open weights
  5. Feb 17, 2026

    Claude Sonnet 4.6

    Anthropic
    ModelNotable1M context

    The mid tier gets the million-token window and a large jump in computer-use reliability.

    computer use
  6. Feb 19, 2026

    Gemini 3.1 Pro

    Google DeepMind
    ModelMajor1M context

    77.1 percent on ARC-AGI-2, more than double Gemini 3 Pro, and 80.6 percent on SWE-bench Verified, aimed at long-horizon agentic workflows.

    ARC-AGI-2agentsSource ↗
  7. Mar 5, 2026

    GPT-5.4

    OpenAI
    ModelMajor400K context

    Built-in computer use with 75 percent on OSWorld-Verified, up from 47 percent, and a third fewer factual errors than GPT-5.2. Mini and nano variants followed on March 17.

    computer useOSWorld
  8. Mar 9, 2026

    Grok 4.20

    xAI
    ModelNotable256K context

    Reasoning and non-reasoning variants plus a multi-agent beta, with the emphasis on speed and low hallucination.

    multi-agent
  9. Apr 2, 2026

    Gemma 4

    Google / DeepMind
    ModelNotableOpen weights31B params128K context

    A 31B dense model and a 26B MoE with only 4B active parameters, keeping Google's open line competitive with the Chinese labs.

    open weightsMoE
  10. Apr 7, 2026

    Claude Mythos disclosed / Project Glasswing

    Anthropic
    ModelLandmark

    Anthropic reveals a model too capable at offensive cybersecurity to release, and instead gives 40-plus partners access through Project Glasswing to harden critical software.

    cybersecurityGlasswingresponsible release
  11. Apr 8, 2026

    Muse Spark

    Meta
    ModelMajor1M context

    Meta Superintelligence Labs' first model, closed-weights and natively multimodal, replaces Llama as the engine of Meta AI. The end of Meta's open-weights era, at least for its flagship.

    closed weightsMSLmultimodalSource ↗
  12. Apr 16, 2026

    Claude Opus 4.7

    Anthropic
    ModelNotable1M context

    Higher-resolution vision, an xhigh effort level, task budgets, and file-system memory recall for agents.

    effortmemoryvision
  13. Apr 23, 2026

    GPT-5.5

    OpenAI
    ModelMajor400K context

    82.7 percent on Terminal-Bench 2.0 and 35 percent on FrontierMath Tier 4, with a 71 percent pass rate on expert cybersecurity tasks in AISI testing.

    Terminal-BenchFrontierMath
  14. Apr 24, 2026

    DeepSeek V4 Pro & Flash

    DeepSeek
    ModelLandmarkOpen weights1M context

    Trillion-scale open MoE under MIT license with a native million-token window and 384K output, near parity with GPT-5.4. Flash weights followed in July; Pro went GA on August 13.

    MIT license1M contextMoE
  15. Apr 29, 2026

    Qwen3.6

    Alibaba (Qwen)
    ModelNotableOpen weights256K context

    Max, Plus, Flash, and a 35B MoE with 3B active. Qwen's point-release cadence is now roughly monthly.

    open weightsMoE
  16. May 19, 2026

    Gemini 3.5 Flash

    Google DeepMind
    ModelNotable1M context

    Announced at I/O with a promise of 3.5 Pro the following month. The Pro model still has not shipped.

    I/O
  17. May 28, 2026

    Claude Opus 4.8

    Anthropic
    ModelNotable1M context

    Focused on code honesty: four times less likely to miss flaws in its own work, plus dynamic workflows in Claude Code.

    reliabilityworkflows
  18. Jun 9, 2026

    Claude Fable 5 & Mythos 5

    Anthropic
    ModelLandmark~5T params1M context

    A new Mythos-class tier above Opus, always-on adaptive thinking, and state of the art across the board. Suspended June 12 under a US export-control directive, restored June 30 with new safeguards. Fable later helped disprove the 87-year-old Jacobian conjecture.

    Mythos-classexport controlsfrontier
  19. Jun 30, 2026

    Claude Sonnet 5

    Anthropic
    ModelMajor1M context

    Near-Opus intelligence at $2 per million input tokens, with adaptive thinking and xhigh effort. The new default for free and Pro plans.

    costdefault modelSource ↗
  20. Jul 8, 2026

    Grok 4.5

    xAI
    ModelNotable1.5T params256K context

    Built on xAI's 1.5-trillion-parameter V9 foundation and co-developed with Cursor for coding. Grok 4.6 followed in August; Grok 5 is still training.

    V9coding
  21. Jul 9, 2026

    GPT-5.6 (Sol, Terra, Luna)

    OpenAI
    ModelMajor400K context

    Three tiers named for the sun, earth, and moon. Sol tops the Artificial Analysis coding index while using half the tokens of Fable 5, and OpenAI calls it its strongest cybersecurity model.

    token efficiencycybersecuritythree tiers
  22. Jul 16, 2026

    Kimi K3

    Moonshot AI
    ModelNotableOpen weights256K context

    Moonshot's third-generation open model, with a Fast variant, keeps the open frontier within a few months of closed models.

    open weights
  23. Jul 21, 2026

    Gemini 3.6 Flash

    Google DeepMind
    ModelNotable1M context

    Three Flash-tier releases in one day, including a cyber-specialized model, while the 3.5 Pro flagship slips again. 3.7 Flash and 3.8 Flash followed in August and September.

    Flash cadence
  24. Jul 24, 2026

    Claude Opus 5

    Anthropic
    ModelMajor1M context

    A step change at the Opus tier, close to Fable 5 at half the price, with thinking on by default, a full effort ladder, and a fast mode at 2.5 times the speed.

    effort ladderfast mode
  25. Aug 2, 2026

    Qwen3.8 Max

    Alibaba (Qwen)
    ModelNotableOpen weights256K context

    Alibaba's flagship open model, followed by 27B and Flash variants within the month.

    open weights
  26. Aug 10, 2026

    Muse Glimmer

    Meta
    ModelNotableOpen weights30B params128K context

    A 30B open model under Apache 2.0 that runs offline on a 24GB consumer GPU: Meta keeps a foot in open weights below its closed flagship.

    Apache 2.0consumer GPU
  27. Sep 1, 2026

    Claude Fable 5.1 & Mythos 5.1

    Anthropic
    ModelMajor~5T params1M context

    Cache reads cut to a quarter of the price, per-message effort changes mid-conversation, and content provenance. Mythos 5.1 stays limited to Glasswing partners.

    Mythos-classprovenancecaching
  28. Sep 2, 2026

    Gemini 3.8 Flash

    Google DeepMind
    ModelNotable1M context

    The fourth Flash point release since July, as Google waits on 3.5 Pro and starts the Gemini 4 pretraining run.

    Flash cadence
  29. Sep 3, 2026

    GPT-6 Astra

    OpenAI
    ModelLandmark

    OpenAI's generational leap, held back four weeks because it crossed the Critical cyber threshold in the Preparedness Framework. Saturates FrontierMath Tier 4 at 98 percent, ARC-AGI-3 at 99.9 percent, and ExploitBench at 100 percent. Brockman says it may come to be seen as AGI.

    frontierAGI claimphased rolloutSource ↗

Dates are announcement or public-release dates. Parameter counts are official where disclosed; a tilde marks widely reported estimates. Context windows are as of launch. Impact tiers are my own judgment. Last updated September 4, 2026.