Skip to content

fix(openai): remove shut-down models, mark upcoming deprecations - #3707

Merged
rekram1-node merged 1 commit into
devfrom
chore/openai-remove-shutdown-models
Jul 24, 2026
Merged

fix(openai): remove shut-down models, mark upcoming deprecations#3707
rekram1-node merged 1 commit into
devfrom
chore/openai-remove-shutdown-models

Conversation

@rekram1-node

Copy link
Copy Markdown
Collaborator

Summary

  • Delete OpenAI API models shut down on 2026-07-23 (no longer serve; requests fail with deprecation errors), including gpt-5.1-codex-mini from opencode#38665
  • Mark status = "deprecated" on models still serving traffic but scheduled for 2026-10-23 shutdown
  • Scope: providers/openai only (other gateways may still proxy these IDs)

Removed (shutdown 2026-07-23)

Model Suggested replacement
gpt-5-chat-latest gpt-5.6-sol
gpt-5-codex gpt-5.6-sol
gpt-5.1-chat-latest gpt-5.6-sol
gpt-5.1-codex gpt-5.6-sol
gpt-5.1-codex-max gpt-5.6-sol
gpt-5.1-codex-mini gpt-5.6-terra
gpt-5.2-codex gpt-5.6-sol
o3-deep-research gpt-5.6-sol
o4-mini-deep-research gpt-5.6-sol

Marked 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-mini

Source

https://developers.openai.com/api/docs/deprecations (2026-04-22 notice)

Test plan

  • bun validate passes
  • Confirm OpenCode no longer lists removed OpenAI models after catalog refresh
  • Confirm deprecated models still appear but with deprecated status

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
@github-actions

Copy link
Copy Markdown
Contributor

No actionable findings.

@rekram1-node
rekram1-node merged commit 7be7cc0 into dev Jul 24, 2026
2 checks passed
@rekram1-node
rekram1-node deleted the chore/openai-remove-shutdown-models branch July 24, 2026 17:36
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant