Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions providers/azure-open-ai/gpt-4o-mini-2024-07-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ features:
- prompt_caching
- structured_output
- json_output
isDeprecated: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Contradictory deprecation metadata

Medium Severity

isDeprecated: true was added while status remains active and retirementDate is still in the future (2026-10-01). That contradicts lifecycle encoding elsewhere: deprecated models set both isDeprecated and status: deprecated, and peer models with the same retirement date (gpt-4o-mini, gpt-4o, gpt-4o-2024-11-20) stay active without isDeprecated. Consumers that filter on isDeprecated will wrongly exclude a still-active model.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b3ac918. Configure here.

limits:
context_window: 128000
max_input_tokens: 128000
Expand Down
Loading