Skip to content

feat(aws-bedrock-mantle/google.gemma-3-4b-it): add new models [bot]#1429

Closed
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-aws-bedrock-mantle-google.gemma-3-4b-it-20260616-091025
Closed

feat(aws-bedrock-mantle/google.gemma-3-4b-it): add new models [bot]#1429
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-aws-bedrock-mantle-google.gemma-3-4b-it-20260616-091025

Conversation

@models-bot

@models-bot models-bot Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

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 under costs.

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.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cadef71. Configure here.

- region: ap-southeast-2
- region: ap-south-1
- region: ap-northeast-1
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.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cadef71. Configure here.

@harshiv-26 harshiv-26 closed this Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant