feat(models): add gpt-5.4-mini and gpt-5.4-nano#3871
Conversation
PR SummaryLow Risk Overview Each new entry includes updated pricing (including cached input), a Written by Cursor Bugbot for commit 059b9c3. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Greptile SummaryThis PR adds
Confidence Score: 5/5This PR is safe to merge — it adds two new model definitions with no logic changes and no breaking modifications to existing entries. All changes are additive, follow the established pattern exactly, and are mirrored consistently across both openai and azure-openai providers. No custom instruction violations, no logic changes, no test coverage needed for static config data. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PROVIDER_DEFINITIONS] --> B[openai]
A --> C[azure-openai]
B --> D[gpt-5.4]
B --> E[gpt-5.4-pro]
B --> F["gpt-5.4-mini NEW"]
B --> G["gpt-5.4-nano NEW"]
B --> H[gpt-5.2]
C --> I[azure/gpt-5.4]
C --> J["azure/gpt-5.4-mini NEW"]
C --> K["azure/gpt-5.4-nano NEW"]
C --> L[azure/gpt-5.2]
F --> M["contextWindow: 400k\ninput: $0.75/M\noutput: $4.5/M\ncachedInput: $0.075/M"]
G --> N["contextWindow: 400k\ninput: $0.20/M\noutput: $1.25/M\ncachedInput: $0.02/M"]
Reviews (2): Last reviewed commit: "feat(models): add gpt-5.4-mini and gpt-5..." | Re-trigger Greptile |
f81cbde to
059b9c3
Compare
|
@greptile |
|
@cursor review |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Summary
Type of Change
Testing
Tested manually
Checklist