feat(aws-bedrock-mantle/google.gemma-3-4b-it): add new models [bot]#1429
feat(aws-bedrock-mantle/google.gemma-3-4b-it): add new models [bot]#1429models-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 cadef71. 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.
Cost entries missing all pricing data
High Severity
Every costs entry contains only a region key with no actual pricing fields (input_cost_per_token, output_cost_per_token, etc.). The existing aws-bedrock/google.gemma-3-4b-it.yaml includes per-region pricing for each entry. In the codebase, region-only cost entries without pricing data are exclusively used for deprecated/retired models (which also carry isDeprecated: true). This config represents a new, active model but will be emitted into the unified JSON with zero pricing information, likely causing downstream consumers to treat it as free or error out on missing cost data.
Reviewed by Cursor Bugbot for commit cadef71. Configure here.
| - region: ap-southeast-2 | ||
| - region: ap-south-1 | ||
| - region: ap-northeast-1 | ||
| mode: unknown |
There was a problem hiding this comment.
Mode set to unknown for active chat model
Medium Severity
The mode is set to unknown, but google.gemma-3-4b-it is an instruction-tuned chat model — the existing aws-bedrock equivalent uses mode: chat. In this repository, mode: unknown is consistently paired with isDeprecated: true on retired models. Using unknown on a new, active model means downstream consumers won't know how to interact with it correctly.
Reviewed by Cursor Bugbot for commit cadef71. Configure here.


Auto-generated by model-addition-agent for
aws-bedrock-mantle/google.gemma-3-4b-it.Note
Low Risk
Config-only addition with no runtime or auth changes; pricing fields are region stubs only.
Overview
Adds a new aws-bedrock-mantle provider entry for
google.gemma-3-4b-it, registering the model id and listing 14 AWS regions undercosts.The config sets
mode: unknown, consistent with auto-generated mantle entries where routing/capability mode is not yet classified.Reviewed by Cursor Bugbot for commit cadef71. Bugbot is set up for automated code reviews on this repo. Configure here.