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
9 changes: 9 additions & 0 deletions providers/aws-bedrock/us.openai.gpt-5.6-luna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
costs:
- region: us-west-2
- region: us-west-1
- region: us-east-2
- region: us-east-1
- region: ca-west-1
- region: ca-central-1
mode: unknown

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Model mode incorrectly marked unknown

Medium Severity

mode is set to unknown for us.openai.gpt-5.6-luna, a generally available chat/responses model. Consumers that filter or route by mode will not treat this entry as usable chat, even though the same model is already recorded as chat/responses on OpenAI, Azure, Databricks, and aws-bedrock-mantle.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cd71aa3. Configure here.

model: us.openai.gpt-5.6-luna
Loading