Skip to content
Closed
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
4 changes: 4 additions & 0 deletions providers/azure-open-ai/gpt-5.6-luna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5.6-luna
supportedModes:
- chat

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incomplete model alias metadata

High Severity

The new gpt-5.6-luna alias only defines mode, model, and supportedModes: [chat]. It omits costs, features, limits, modalities, thinking, params, status, and responses that already exist on gpt-5.6-luna-2026-07-09.yaml and on sibling aliases gpt-5.6-sol.yaml and gpt-5.6-terra.yaml. Callers of the unversioned slug get incorrect pricing and capability metadata.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 12fb05c. Configure here.

Loading