feat(aws-bedrock/us.openai.gpt-5.6-terra): add new models [bot] - #2189
feat(aws-bedrock/us.openai.gpt-5.6-terra): add new models [bot]#2189models-bot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 3 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6c8e2eb. Configure here.
| - region: us-east-2 | ||
| - region: us-east-1 | ||
| - region: ca-west-1 | ||
| - region: ca-central-1 |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 6c8e2eb. Configure here.
| - region: us-east-2 | ||
| - region: us-east-1 | ||
| - region: ca-west-1 | ||
| - region: ca-central-1 |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 6c8e2eb. Configure here.
| - region: us-east-1 | ||
| - region: ca-west-1 | ||
| - region: ca-central-1 | ||
| mode: unknown |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 6c8e2eb. Configure here.


Auto-generated by model-addition-agent for
aws-bedrock/us.openai.gpt-5.6-terra.Note
Cursor Bugbot is generating a summary for commit 6c8e2eb. Configure here.