-
Notifications
You must be signed in to change notification settings - Fork 7
feat(aws-bedrock/us.openai.gpt-5.6-terra): add new models [bot] #2189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unsupported regions listed for modelMedium Severity
Reviewed by Cursor Bugbot for commit 6c8e2eb. Configure here. |
||
| mode: unknown | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect unknown mode for chat modelMedium Severity
Reviewed by Cursor Bugbot for commit 6c8e2eb. Configure here. |
||
| model: us.openai.gpt-5.6-terra | ||


There was a problem hiding this comment.
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
costslists regions but no token prices, so the unified registry still publishesus.openai.gpt-5.6-terraas a priced model. Downstream billing and cost estimates then treat usage as free or unknown. The same model already has full Bedrock prices onaws-bedrock-mantle.Reviewed by Cursor Bugbot for commit 6c8e2eb. Configure here.