ai • June 11, 2026

OpenAI Deprecations Put Prompts, Evals, and Images on a Clock

OpenAI's deprecations page now gives developers several concrete migration deadlines. Reusable prompts and the Evals platform were announced for deprecation on June 3, 2026, while older GPT Image models were notified on June 2, 2026.

Technical Signals

What Changed

OpenAI's deprecation schedule turns several convenience layers into migration work. Reusable prompts, the Evals platform, and older image models now have explicit late-2026 deadlines, which means teams should inventory dependencies before the dates become release blockers.

Architecture Impact

Prompt objects are easy to adopt and hard to govern at scale. Moving prompt content into application code improves version control, review, and reproducibility. Evals migrations need the same discipline: preserve datasets, graders, baseline results, and ownership before dashboards become read-only.

Migration Plan

Search for API calls to v1/prompts, dashboard-managed prompt references, eval IDs, and older image model names. Move prompts into code or configuration, recreate evaluations in the recommended workflow, and update image generation to the supported model path.

Risk Management

Deprecations are operational risk, not only developer chores. Add CI checks for removed model names, publish internal migration dates ahead of vendor deadlines, and keep a rollback plan for workloads that depend on image quality or evaluation comparability.

Read the primary source →