# OpenAI GPT-4 Turbo preview (0125) — deprecation status

> Yes — GPT-4 Turbo preview (0125) is retired. OpenAI deprecated it on September 26, 2025 and shut it down on March 26, 2026; API requests to it now fail. The recommended replacement is GPT-5.6 Sol.

The January 2024 preview snapshot, released to fix a "laziness" regression where the model truncated long code generations. Retired in March 2026.

## Facts

| Field | Value |
| --- | --- |
| Provider | OpenAI |
| Model id | `gpt-4-0125-preview` |
| Status | Retired |
| Released | January 25, 2024 |
| Deprecated | September 26, 2025 |
| Shutdown | March 26, 2026 (126 days ago) |
| Last verified | July 30, 2026 |

## Replacement

- **GPT-5.6 Sol** (`gpt-5.6-sol`) · recommended — https://modeldeprecations.dev/openai/gpt-5.6-sol
  - Nothing about the preview snapshots carries forward; the response-truncation behaviour they existed to fix has not recurred.
  - Parameters it accepts: https://modelparams.dev/models/openai/gpt-5.6-sol

```diff
- "model": "gpt-4-0125-preview"
+ "model": "gpt-5.6-sol"
```

## FAQ

### When did OpenAI GPT-4 Turbo preview (0125) shut down?

OpenAI GPT-4 Turbo preview (0125) shut down on March 26, 2026. API requests to it fail from that date onward.

### What replaces OpenAI GPT-4 Turbo preview (0125)?

OpenAI recommends GPT-5.6 Sol (`gpt-5.6-sol`) as the replacement for OpenAI GPT-4 Turbo preview (0125). Nothing about the preview snapshots carries forward; the response-truncation behaviour they existed to fix has not recurred.

### Is OpenAI GPT-4 Turbo preview (0125) still available?

No. OpenAI GPT-4 Turbo preview (0125) is retired and no longer served — it was shut down on March 26, 2026. Calls to it return an error.

### How do I migrate from OpenAI GPT-4 Turbo preview (0125) to gpt-5.6-sol?

Swap the model id in your API call: replace "gpt-4-0125-preview" with "gpt-5.6-sol". Nothing about the preview snapshots carries forward; the response-truncation behaviour they existed to fix has not recurred.

## Sources

- [OpenAI API deprecations](https://developers.openai.com/api/docs/deprecations) — accessed 2026-07-30

---

Canonical page: https://modeldeprecations.dev/openai/gpt-4-0125-preview
JSON: https://modeldeprecations.dev/api/v1/models/openai/gpt-4-0125-preview.json
