SpyBara
Go Premium

Documentation 2026-04-23 05:56 UTC to 2026-04-24 05:58 UTC

4 files changed +9 −6. View all changes and history on the product overview
2026
Thu 30 06:13 Tue 28 06:15 Sat 25 05:52 Fri 24 05:58 Thu 23 05:56 Wed 22 05:55 Thu 16 05:55 Wed 15 05:55 Tue 14 05:55 Sat 11 05:41 Thu 9 05:52 Wed 8 05:51 Tue 7 05:51 Wed 1 05:53

deprecations.md +3 −3

Details

55| 2026-10-23 | `ft-o4-mini-2025-04-16` | `gpt-5-mini` |55| 2026-10-23 | `ft-o4-mini-2025-04-16` | `gpt-5-mini` |

56| 2026-10-23 | `o4-mini-2025-04-16` \| `o4-mini` | `gpt-5-mini` |56| 2026-10-23 | `o4-mini-2025-04-16` \| `o4-mini` | `gpt-5-mini` |

57 57 

58We are also removing fine-tuned versions of models being deprecated above.58We are also removing fine-tuned versions as below:

59 59 

60| Shutdown date | Model snapshot | Substitute model |60| Shutdown date | Model snapshot | Recommended replacement base model |

61| ------------- | ---------------------------- | ---------------- |61| ------------- | ---------------------------- | ---------------------------------- |

62| 2026-10-23 | `ft-gpt-3.5-turbo` | `gpt-4.1-mini` |62| 2026-10-23 | `ft-gpt-3.5-turbo` | `gpt-4.1-mini` |

63| 2026-10-23 | `ft-gpt-4` | `gpt-4.1` |63| 2026-10-23 | `ft-gpt-4` | `gpt-4.1` |

64| 2026-10-23 | `ft-gpt-4.1-nano-2025-04-14` | `gpt-5-nano` |64| 2026-10-23 | `ft-gpt-4.1-nano-2025-04-14` | `gpt-5-nano` |

Details

128 128 

129[GPT-5.4](https://developers.openai.com/api/docs/models/gpt-5.4) is our most capable frontier model yet, delivering higher-quality outputs with fewer iterations across ChatGPT, the API, and Codex. It helps people and teams analyze complex information, build production software, and automate multi-step workflows.129[GPT-5.4](https://developers.openai.com/api/docs/models/gpt-5.4) is our most capable frontier model yet, delivering higher-quality outputs with fewer iterations across ChatGPT, the API, and Codex. It helps people and teams analyze complex information, build production software, and automate multi-step workflows.

130 130 

131GPT-5.5 is currently available in ChatGPT and Codex, with API availability

132 coming soon.

133 

131In practice, `gpt-5.4` is the default model for both broad general-purpose work and most coding tasks. Start there when you want one model that can move between software engineering, reasoning, writing, and tool use in the same workflow.134In practice, `gpt-5.4` is the default model for both broad general-purpose work and most coding tasks. Start there when you want one model that can move between software engineering, reasoning, writing, and tool use in the same workflow.

132 135 

133This guide covers key features of the GPT-5 model family and how to get the most out of GPT-5.4.136This guide covers key features of the GPT-5 model family and how to get the most out of GPT-5.4.

Details

1# Cybersecurity checks1# Cybersecurity checks

2 2 

3GPT-5.3-Codex is the first model we are classifying as having High Cybersecurity Capability under our [Preparedness Framework](https://cdn.openai.com/pdf/18a02b5d-6b67-4cec-ab64-68cdfbddebcd/preparedness-framework-v2.pdf). As a result, additional automated safeguards apply when using this model via the API. Please note that the safeguards applied in the API differ from those used in Codex. You can learn more about the Codex safeguards [here](https://developers.openai.com/codex/concepts/cyber-safety/).3GPT-5.3-Codex is the first model we are classifying as having High Cybersecurity Capability under our [Preparedness Framework](https://cdn.openai.com/pdf/18a02b5d-6b67-4cec-ab64-68cdfbddebcd/preparedness-framework-v2.pdf). As a result, additional automated safeguards apply when this model, and any models released after it, are used via the API. Please note that the safeguards applied in the API differ from those used in Codex. You can learn more about the Codex safeguards [here](https://developers.openai.com/codex/concepts/cyber-safety/).

4 4 

5These safeguards monitor for signals of potentially suspicious cybersecurity activity. If certain thresholds are met, access to the model may be temporarily limited while activity is reviewed. Because these systems are still being calibrated, legitimate security research or defensive work may occasionally be flagged. We expect only a small portion of traffic to be impacted, and we’re continuing to refine the overall API experience.5These safeguards monitor for signals of potentially suspicious cybersecurity activity. If certain thresholds are met, access to the model may be temporarily limited while activity is reviewed. Because these systems are still being calibrated, legitimate security research or defensive work may occasionally be flagged. We expect only a small portion of traffic to be impacted, and we’re continuing to refine the overall API experience.

6 6 

7## Safeguard actions for non-ZDR Organizations7## Safeguard actions for non-ZDR Organizations

8 8 

9If our systems detect potentially suspicious cybersecurity activity within your traffic that exceeds defined thresholds, access to GPT-5.3-Codex may be temporarily revoked. In this case, API requests will return an error with the error code `cyber_policy`.9If our systems detect potentially suspicious cybersecurity activity within your traffic that exceeds defined thresholds, access to the model may be temporarily revoked. In this case, API requests will return an error with the error code `cyber_policy`.

10 10 

11If your organization has not implemented a per-user [safety_identifier](https://developers.openai.com/api/docs/guides/safety-best-practices#implement-safety-identifiers), access may be temporarily revoked for the **entire organization**. If your organization provides a unique [safety_identifier](https://developers.openai.com/api/docs/guides/safety-best-practices#implement-safety-identifiers) per end user, access may be temporarily revoked for the **specific affected user** rather than the entire organization (after human review and warnings). Providing safety identifiers helps minimize disruption to other users on your platform.11If your organization has not implemented a per-user [safety_identifier](https://developers.openai.com/api/docs/guides/safety-best-practices#implement-safety-identifiers), access may be temporarily revoked for the **entire organization**. If your organization provides a unique [safety_identifier](https://developers.openai.com/api/docs/guides/safety-best-practices#implement-safety-identifiers) per end user, access may be temporarily revoked for the **specific affected user** rather than the entire organization (after human review and warnings). Providing safety identifiers helps minimize disruption to other users on your platform.

12 12 

Details

100 100 

101#### `/v1/images`101#### `/v1/images`

102 102 

103- Image generation is Zero Data Retention compatible when using `gpt-image-1`, `gpt-image-1.5`, and `gpt-image-1-mini`, not when using `dall-e-3` or `dall-e-2`.103- Image generation is Zero Data Retention compatible when using `gpt-image-2`, `gpt-image-1.5`, `gpt-image-1`, and `gpt-image-1-mini`, not when using `dall-e-3` or `dall-e-2`.

104 104 

105#### `/v1/files`105#### `/v1/files`

106 106