o1-preview
o1-preview (OpenAI)
Yes — o1-preview is retired. OpenAI deprecated it on April 28, 2025 and shut it down on July 28, 2025; API requests to it now fail. The recommended replacement is o3.
The first public reasoning model, released as a preview in September 2024 and retired ten months later — the shortest life of any widely adopted OpenAI model. It hid its reasoning tokens but billed for them, which is where the industry-wide argument about reasoning-token pricing started.
The facts
| Provider | OpenAI |
|---|---|
| Model id | o1-preview |
| Released | September 12, 2024 |
| Deprecated | April 28, 2025 |
| Shutdown | July 28, 2025 · 367 days ago |
| Status | Retired |
| Last verified | July 30, 2026 |
What to use instead
OpenAI named o3 as the successor; o3 is itself now deprecated with a December 2026 shutdown, so the durable target is gpt-5.6-sol.
What parameters o3 accepts on modelparams.dev
Change the id
In most cases the migration is one string. Check the parameter differences before you ship — newer models drop older sampling knobs more often than they add them.
- "model": "o1-preview"
+ "model": "o3"
Where the migration path ends
The recommended successor has itself been replaced. Following the chain to a model that is still active today:
- o1-preview
- o3 Deprecated
- gpt-5.6-sol Active
Frequently asked questions
- When did OpenAI o1-preview shut down?
- OpenAI o1-preview shut down on July 28, 2025. API requests to it fail from that date onward.
- What replaces OpenAI o1-preview?
- OpenAI recommends o3 (`o3`) as the replacement for OpenAI o1-preview. OpenAI named o3 as the successor; o3 is itself now deprecated with a December 2026 shutdown, so the durable target is gpt-5.6-sol.
- Is OpenAI o1-preview still available?
- No. OpenAI o1-preview is retired and no longer served — it was shut down on July 28, 2025. Calls to it return an error.
- How do I migrate from OpenAI o1-preview to o3?
- Swap the model id in your API call: replace "o1-preview" with "o3". OpenAI named o3 as the successor; o3 is itself now deprecated with a December 2026 shutdown, so the durable target is gpt-5.6-sol.
Sources
- OpenAI API deprecations · developers.openai.com · accessed July 30, 2026
Found something wrong? The data is one YAML file — edit it on GitHub.
This page, for machines
Drop the badge in a README so it turns red the day this model is retired:
[](https://modeldeprecations.dev/openai/o1-preview)