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-terra.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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Empty region-only pricing entries

High Severity

costs lists regions but no token prices, so the unified registry still publishes us.openai.gpt-5.6-terra as a priced model. Downstream billing and cost estimates then treat usage as free or unknown. The same model already has full Bedrock prices on aws-bedrock-mantle.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 6c8e2eb. Configure here.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unsupported regions listed for model

Medium Severity

costs includes us-west-1, ca-west-1, and ca-central-1 for us.openai.gpt-5.6-terra. AWS documents this model only in us-east-1, us-east-2, and us-west-2. A us. profile also does not cover Canada, so callers may try regions that reject the model.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 6c8e2eb. Configure here.

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.

Incorrect unknown mode for chat model

Medium Severity

mode is unknown even though GPT-5.6 Terra is a chat/responses model on Bedrock. Gateways that branch on mode will not treat it as chat or responses, so the new listing is effectively unusable despite being added as an active model.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 6c8e2eb. Configure here.

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