# OpenAI o3-deep-research — deprecation status

> Yes — o3-deep-research is retired. OpenAI deprecated it on April 22, 2026 and shut it down on July 23, 2026; API requests to it now fail. The recommended replacement is GPT-5.6 Sol.

A research-agent model that ran multi-step web investigations autonomously and returned a cited report. It was only ever available on the Responses API with the web-search tool enabled, and was retired in July 2026 with its o4-mini sibling.

## Facts

| Field | Value |
| --- | --- |
| Provider | OpenAI |
| Model id | `o3-deep-research` |
| Status | Retired |
| Aliases | `o3-deep-research-2025-06-26` |
| Released | June 26, 2025 |
| Deprecated | April 22, 2026 |
| Shutdown | July 23, 2026 (7 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
  - Sol plus the web-search tool covers the same ground, but you now orchestrate the research loop yourself rather than getting it built into the model.
  - Parameters it accepts: https://modelparams.dev/models/openai/gpt-5.6-sol

```diff
- "model": "o3-deep-research"
+ "model": "gpt-5.6-sol"
```

## FAQ

### When did OpenAI o3-deep-research shut down?

OpenAI o3-deep-research shut down on July 23, 2026. API requests to it fail from that date onward.

### What replaces OpenAI o3-deep-research?

OpenAI recommends GPT-5.6 Sol (`gpt-5.6-sol`) as the replacement for OpenAI o3-deep-research. Sol plus the web-search tool covers the same ground, but you now orchestrate the research loop yourself rather than getting it built into the model.

### Is OpenAI o3-deep-research still available?

No. OpenAI o3-deep-research is retired and no longer served — it was shut down on July 23, 2026. Calls to it return an error.

### How do I migrate from OpenAI o3-deep-research to gpt-5.6-sol?

Swap the model id in your API call: replace "o3-deep-research" with "gpt-5.6-sol". Sol plus the web-search tool covers the same ground, but you now orchestrate the research loop yourself rather than getting it built into the model.

### Does this apply to o3-deep-research-2025-06-26 too?

Yes. OpenAI o3-deep-research is also published as `o3-deep-research-2025-06-26`; that id shares the same lifecycle dates as `o3-deep-research`.

## Sources

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

---

Canonical page: https://modeldeprecations.dev/openai/o3-deep-research
JSON: https://modeldeprecations.dev/api/v1/models/openai/o3-deep-research.json
