fix(openai): remove shut-down models, mark upcoming deprecations - #3707
Merged
Conversation
OpenAI shut down several API models on 2026-07-23 (including gpt-5.1-codex-mini from anomalyco/opencode#38665). Delete those from providers/openai since they no longer serve traffic. Mark models still available but scheduled for 2026-10-23 shutdown as status = "deprecated". Source: https://developers.openai.com/api/docs/deprecations
Contributor
|
No actionable findings. |
This was referenced Jul 24, 2026
jernejstrasner
pushed a commit
to s-ference/models.dev
that referenced
this pull request
Aug 8, 2026
…malyco#3707) OpenAI shut down several API models on 2026-07-23 (including gpt-5.1-codex-mini from anomalyco/opencode#38665). Delete those from providers/openai since they no longer serve traffic. Mark models still available but scheduled for 2026-10-23 shutdown as status = "deprecated". Source: https://developers.openai.com/api/docs/deprecations
This was referenced Aug 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gpt-5.1-codex-minifrom opencode#38665status = "deprecated"on models still serving traffic but scheduled for 2026-10-23 shutdownproviders/openaionly (other gateways may still proxy these IDs)Removed (shutdown 2026-07-23)
gpt-5-chat-latestgpt-5.6-solgpt-5-codexgpt-5.6-solgpt-5.1-chat-latestgpt-5.6-solgpt-5.1-codexgpt-5.6-solgpt-5.1-codex-maxgpt-5.6-solgpt-5.1-codex-minigpt-5.6-terragpt-5.2-codexgpt-5.6-solo3-deep-researchgpt-5.6-solo4-mini-deep-researchgpt-5.6-solMarked deprecated (still serve; shutdown 2026-10-23)
gpt-3.5-turbo,gpt-4,gpt-4-turbo,gpt-4.1-nano,gpt-4o-2024-05-13,gpt-image-1,o1,o1-pro,o3-mini,o4-miniSource
https://developers.openai.com/api/docs/deprecations (2026-04-22 notice)
Test plan
bun validatepasses