Editorial Guide

GPT Timeline: Every Model from GPT-1 to o3

This GPT timeline follows OpenAI's model lineage from a 117 million parameter research prototype to the reasoning systems of the mid-2020s. The history of GPT models is the history of one idea, pre-train a Transformer on huge amounts of text, pushed to its limits and then extended. Read in order, the releases show how a research method became consumer software and then a new way to spend compute on hard problems.

Summary

A GPT timeline tracing every OpenAI model from GPT-1 in 2018 through GPT-3, ChatGPT, GPT-4, GPT-4o, and the o1 and o3 reasoning models.

Timeline span

2018 to 2025 across 8 featured milestones.

Explore next

Jump into related tags, entity pages, and the full chronology below.

GPT-1 and the pre-training idea

GPT-1 arrived in June 2018 with 117 million parameters. Its contribution was a recipe rather than a product: train a Transformer on vast amounts of unlabeled text using unsupervised pre-training, then fine-tune that base model for specific language tasks. OpenAI showed that a single pre-trained model could be adapted across many natural language problems instead of building a fresh system for each one.

That two-stage approach (pre-train at scale, fine-tune for the task) set the template every later GPT model would follow. GPT-1 was modest on its own, but it established the paradigm that GPT-2 and GPT-3 would scale, and it placed OpenAI on the path that the rest of this timeline traces.

GPT-2 and the staged-release controversy

OpenAI announced GPT-2 in February 2019 at 1.5 billion parameters, more than ten times the size of GPT-1. The model generated convincing passages of text, and OpenAI initially declined to release the full version, describing it as too dangerous because of the risk of mass-produced fake content. The full model was eventually released in November 2019.

The decision split observers: some read it as responsible caution about the dual-use nature of language models, others as a publicity move. Either way, GPT-2 produced the first major AI safety debate of the large language model era, and the phrase too dangerous to release became a reference point in arguments about how labs should publish powerful models.

GPT-3 and the scaling leap, then ChatGPT

GPT-3 followed in June 2020 with 175 billion parameters, roughly 100 times larger than GPT-2. Without any task-specific fine-tuning, it could write essays, code, and poetry and learn a task from a few examples placed in the prompt, a behavior known as few-shot learning. The API launched in beta and an ecosystem of startups grew on top of it, and the scaling hypothesis (that bigger models would simply get more capable) gained credibility.

The public turn came in November 2022. ChatGPT wrapped a GPT-3.5 model fine-tuned with reinforcement learning from human feedback in a plain chat interface. It reached one million users in five days and 100 million in two months, the fastest-growing consumer application to that point. The model underneath was familiar, but the conversational framing made the capability legible to people who had never touched an API.

GPT-4 and the omni models

GPT-4, released in March 2023, was multimodal: it accepted both text and images. It passed the bar exam around the 90th percentile, scored 1410 on the SAT, and showed clearly stronger reasoning and reliability than GPT-3.5. Its results on professional exams pushed many industries to take model capability seriously, and Microsoft committed more than 10 billion dollars to OpenAI.

GPT-4o, the omni model, arrived in May 2024. It processed text, audio, images, and video in a single model with near-instant responses, holding spoken conversations with emotional inflection and reacting to what a camera saw in real time. Where GPT-4 raised the reasoning ceiling, GPT-4o made multimodal interaction feel immediate, moving the interface from typed text toward voice and vision.

The reasoning turn with o1 and o3

In September 2024 OpenAI released o1, a model trained to think before it answers by working through chain-of-thought reasoning at inference time. Instead of producing an answer immediately, o1 spends more compute on multi-step solutions to math, coding, and science problems, trading speed for accuracy and reaching PhD-level results on some scientific reasoning benchmarks. This introduced test-time compute scaling: a model can get smarter by thinking longer, not only by being larger.

o3 followed in 2025 as the successor to o1, with stronger reasoning and state-of-the-art results on many math and coding benchmarks. Paired with GPT-4o for fast conversational work, it gave OpenAI a two-model strategy: a quick responder and a deeper thinker. The reasoning turn marks where the GPT timeline stops being only about larger base models and starts pointing toward agentic systems that plan and work across steps.

Milestone chronology

The essential timeline behind this guide, ordered chronologically.

OpenAI logo
ResearchThe Transformer Era

GPT-1: Generative Pre-training

OpenAI released GPT-1, demonstrating that a Transformer trained on vast amounts of text using unsupervised pre-training could then be fine-tuned for specific NLP tasks. With 117 million parameters, it showed the potential of scaling language models.

Alec RadfordOpenAI
GPT-2 language model generating text about itself
ResearchThe Transformer Era

GPT-2: 'Too Dangerous to Release'

OpenAI announced GPT-2 (1.5 billion parameters) but initially refused to release the full model, calling it 'too dangerous' due to its ability to generate convincing fake text. The decision was controversial — some praised the caution, others called it a publicity stunt. The full model was eventually released in November 2019.

Alec RadfordOpenAI
OpenAI logo
ResearchThe Transformer Era

GPT-3: The 175 Billion Parameter Leap

OpenAI released GPT-3 with 175 billion parameters — 100x larger than GPT-2. Without any fine-tuning, GPT-3 could write essays, code, poetry, translate languages, and answer questions through 'few-shot learning' (learning from just a few examples in the prompt). The API launched in beta, enabling thousands of applications.

Tom BrownOpenAI
OpenAI logo, creators of ChatGPT
ProductGenerative AI Revolution

ChatGPT: AI Goes Mainstream

OpenAI released ChatGPT, a conversational AI based on GPT-3.5 fine-tuned with RLHF (Reinforcement Learning from Human Feedback). It reached 1 million users in 5 days and 100 million in 2 months — the fastest-growing consumer application in history. People used it to write emails, debug code, brainstorm ideas, and a thousand other tasks.

Sam AltmanOpenAI
OpenAI logo
ResearchGenerative AI Revolution

GPT-4: Multimodal Intelligence

OpenAI released GPT-4, a multimodal model that could understand both text and images. It passed the bar exam (90th percentile), scored 1410 on the SAT, and demonstrated remarkably nuanced reasoning. It was a massive leap from GPT-3.5 in accuracy, safety, and capability.

OpenAI
OpenAI logo
ProductGenerative AI Revolution

GPT-4o: Omni Model

OpenAI released GPT-4o ('omni'), a unified model that natively processed text, audio, images, and video with near-instant response times. It could hold natural voice conversations with emotional expression, sing, laugh, and respond to visual input in real time.

OpenAI
OpenAI logo, creators of o1
ResearchGenerative AI Revolution

OpenAI o1: Reasoning Models

OpenAI released o1, a model trained to 'think before it speaks' using chain-of-thought reasoning at inference time. It could solve complex math, coding, and science problems by spending more compute thinking through multi-step solutions — trading speed for accuracy on hard problems.

OpenAI
OpenAI logo
ProductThe Agentic Era

OpenAI o3: Advanced Reasoning at Scale

OpenAI released o3, the successor to o1, with markedly improved reasoning capabilities. It posted state-of-the-art results on many math and coding benchmarks and handled problems that previously required expert-level multi-step analysis.

OpenAI

Related guides

Frequently asked questions

What are the GPT models in order?+

In release order, OpenAI's GPT line runs GPT-1 (June 2018), GPT-2 (February 2019), GPT-3 (June 2020), the GPT-3.5-based ChatGPT (November 2022), GPT-4 (March 2023), and GPT-4o (May 2024). The reasoning models o1 (September 2024) and o3 (2025) extend the same lineage with chain-of-thought reasoning at inference time.

When was GPT-1 released?+

OpenAI released GPT-1 in June 2018. It had 117 million parameters and showed that a Transformer pre-trained on large amounts of unlabeled text could then be fine-tuned for specific language tasks, establishing the pre-train then fine-tune recipe used by every later GPT model.

What is the difference between GPT-3 and GPT-4?+

GPT-3 (2020) had 175 billion parameters and handled text only, learning tasks from a few examples in the prompt. GPT-4 (2023) was multimodal, accepting both text and images, and was markedly more accurate and reliable. GPT-4 passed the bar exam around the 90th percentile and scored 1410 on the SAT, a large step up in reasoning over the GPT-3.5 generation.

What is the difference between GPT-4 and GPT-4o?+

GPT-4 (March 2023) accepted text and images and raised the ceiling on reasoning and reliability. GPT-4o (May 2024), the omni model, natively processed text, audio, images, and video in one model with near-instant responses, supporting real-time voice conversations and live visual input. GPT-4o's gains were mainly in speed and multimodal interaction rather than raw exam scores.

What are OpenAI's o1 and o3 reasoning models?+

o1 (September 2024) is a model trained to reason step by step at inference time, spending more compute to solve hard math, coding, and science problems and reaching PhD-level results on some benchmarks. o3 (2025) is its successor, with stronger reasoning and state-of-the-art results on many math and coding benchmarks. Together they introduced test-time compute scaling: making a model smarter by letting it think longer rather than only making it larger.

Get the next major AI milestone in your inbox

Short updates when new milestones or evergreen explainers are added to AI Timeline.

Good for staying current without losing the long-term historical thread.