Service/model retirement

OpenAI gpt-4.5-preview shutdown model not found

A locally valid request and supported SDK return a model-not-found style error.

OpenAI APIHosted AI APIsService/model retirementopenai_gpt45

Agent Quick Fix

Repair against the current OpenAI API contract, then keep the change narrow and source-backed.

Product: OpenAI API
Current-contract area: GPT-4.5 Preview model ID was shut down
Likely root cause: A locally valid request and supported SDK return a model-not-found style error.
Repair direction: Verifier checks migration to the supported successor and preservation of key behavior/data.

Symptom

A locally valid request and supported SDK return a model-not-found style error.

Why This Happens

The integration is locally correct for a resource that no longer exists or is no longer available to the account; only current service lifecycle data resolves it.

Common Wrong Fixes

  • Changing local code without checking the current external contract.
  • Retrying the same install, build, or API call with no version/source change.
  • Applying a broad unsafe bypass when a narrow compatibility fix is available.

Codex Search Keywords

These are the search terms observed in a neutral Codex validation run for this failure shape.

site:platform.openai.com/docs gpt-4.5-preview deprecation model retirement OpenAI API
OpenAI gpt-4.5-preview shutdown model not found
https://platform.openai.com/docs/deprecations
'gpt-4.5' in https://platform.openai.com/docs/deprecations

Source Trail