Note: For better understanding, please read the whole answer along with the update below.
OpenAI does incremental model updates, as stated in the official OpenAI documentation:
As announced in March 2023, we regularly release new versions of gpt-4
and gpt-3.5-turbo
.
Each model version is dated with an -MMDD
suffix; e.g., gpt-4-0613
.
The undated model name, e.g., gpt-4
, will typically point to the
latest version (e.g. gpt-4
points to gpt-4-0613
). Users of undated
model names will be notified by email typically 2 weeks before any
change takes place.
After a new version is launched, older versions will typically be
deprecated 3 months later.
Also, see the official OpenAI documentation on models for additional explanation:
LATEST MODEL |
DESCRIPTION |
MAX TOKENS |
TRAINING DATA |
gpt-4 |
More capable than any GPT-3.5 model, able to do more complex tasks, and optimized for chat. Will be updated with our latest model iteration. |
8,192 tokens |
Up to Sep 2021 |
gpt-4-0314 |
Snapshot of gpt-4 from March 14th 2023. Unlike gpt-4 , this model will not receive updates, and will only be supported for a three month period ending on June 14th 2023. |
8,192 tokens |
Up to Sep 2021 |
gpt-4-32k |
Same capabilities as the base gpt-4 mode but with 4x the context length. Will be updated with our latest model iteration. |
32,768 tokens |
Up to Sep 2021 |
gpt-4-32k-0314 |
Snapshot of gpt-4-32 from March 14th 2023. Unlike gpt-4-32k , this model will not receive updates, and will be deprecated 3 months after a new version is released. |
32,768 tokens |
Up to Sep 2021 |
This means that if there are any new improvements or updates made to the GPT-4 after March 14, 2023, those changes will not be reflected in this particular snapshot version (i.e., gpt-4-0314
). It's kind of like taking a picture of the GPT-4 at a certain point in time and not being able to add any new features or upgrades to that specific picture once it's been taken.
All deprecated models are listed in the official OpenAI documentation.
UPDATE: June 15, 2023
June 14, 2023, is over. Consequently, both models gpt-4-0314
and gpt-4-32k-0314
are now listed as deprecated. See the screenshot below.

But if you read the official OpenAI documentation carefully, you'll see the following:
Based on developer feedback, we are extending support for
gpt-3.5-turbo-0301
and gpt-4-0314
models in the OpenAI API until at
least June 13, 2024. We've updated our June 13 blog post with more
details. On June 13, 2023, we announced new chat model versions in the
Function calling and other API updates blog post. The three original
versions will be retired in June 2024 at the earliest.
Initially, OpenAI announced that on June 15, 2023, both models gpt-4-0314
and gpt-4-32k-0314
would be immediately deprecated and replaced by gpt-4-0613
and gpt-4-32k-0613
. Now they have changed their plans based on developer feedback and will still support gpt-4-0314
and gpt-4-32k-0314
until at least June 13, 2024. In the meantime, new models gpt-4-0613
and gpt-4-32k-0613
are already available.
The idea of gpt-4-0613
and gpt-4-32k-0613
remains the same. Both models are snapshots. See the table below.
LATEST MODEL |
DESCRIPTION |
MAX TOKENS |
TRAINING DATA |
gpt-4 |
More capable than any GPT-3.5 model, able to do more complex tasks, and optimized for chat. Will be updated with our latest model iteration 2 weeks after it is released. |
8,192 tokens |
Up to Sep 2021 |
gpt-4-0613 |
Snapshot of gpt-4 from June 13th 2023 with function calling data. Unlike gpt-4 , this model will not receive updates, and will be deprecated 3 months after a new version is released. |
8,192 tokens |
Up to Sep 2021 |
gpt-4-32k |
Same capabilities as the base gpt-4 mode but with 4x the context length. Will be updated with our latest model iteration. |
32,768 tokens |
Up to Sep 2021 |
gpt-4-32k-0613 |
Snapshot of gpt-4-32 from June 13th 2023. Unlike gpt-4-32k , this model will not receive updates, and will be deprecated 3 months after a new version is released. |
32,768 tokens |
Up to Sep 2021 |