feat(aws-bedrock-mantle/openai.gpt-oss-20b): add new models [bot]#1428
feat(aws-bedrock-mantle/openai.gpt-oss-20b): add new models [bot]#1428models-bot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 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 cdd56dd. Configure here.
| - region: ap-southeast-3 | ||
| - region: ap-southeast-2 | ||
| - region: ap-south-1 | ||
| - region: ap-northeast-1 |
There was a problem hiding this comment.
Costs lack token pricing
High Severity
Each costs entry only sets region and omits input_cost_per_token and output_cost_per_token. The build still emits this model into ai-models.json, so gateway cost logic likely treats usage as unpriced or zero instead of matching the same model on aws-bedrock.
Reviewed by Cursor Bugbot for commit cdd56dd. Configure here.
| - region: ap-southeast-2 | ||
| - region: ap-south-1 | ||
| - region: ap-northeast-1 | ||
| mode: unknown |
There was a problem hiding this comment.
Chat model marked unknown
Medium Severity
mode is set to unknown for openai.gpt-oss-20b, but AWS documents this Bedrock Mantle model as a text-generation / chat-capable endpoint, and the registry’s aws-bedrock entry for the same family uses mode: chat with supportedModes including chat.
Reviewed by Cursor Bugbot for commit cdd56dd. Configure here.


Auto-generated by model-addition-agent for
aws-bedrock-mantle/openai.gpt-oss-20b.Note
Low Risk
Declarative provider catalog change only; no runtime or security logic is modified in this diff.
Overview
Adds
openai.gpt-oss-20bto the aws-bedrock-mantle provider via a new YAML catalog entry (auto-generated by the model-addition agent).The config sets
model: openai.gpt-oss-20b,mode: unknown, and acostslist covering 13 AWS regions (US, EU, SA, and AP) with region stubs only—no pricing fields appear in this diff.Reviewed by Cursor Bugbot for commit cdd56dd. Bugbot is set up for automated code reviews on this repo. Configure here.