Skip to content

feat(aws-bedrock-mantle/nvidia.nemotron-nano-12b-v2): add new models [bot]#1426

Closed
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-aws-bedrock-mantle-nvidia.nemotron-nano-12b-v2-20260616-091016
Closed

feat(aws-bedrock-mantle/nvidia.nemotron-nano-12b-v2): add new models [bot]#1426
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-aws-bedrock-mantle-nvidia.nemotron-nano-12b-v2-20260616-091016

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/nvidia.nemotron-nano-12b-v2.


Note

Low Risk
Config-only addition of a model definition; no runtime, auth, or data-path changes.

Overview
Adds a new aws-bedrock-mantle provider entry for nvidia.nemotron-nano-12b-v2, registering the model id and listing 14 AWS regions under costs.

The config sets mode: unknown (typical for bot-generated additions until pricing/behavior is filled in). No application logic changes—only this YAML catalog file.

Reviewed by Cursor Bugbot for commit d5320f7. 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 1 potential issue.

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 d5320f7. 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 lack pricing data but bypass empty-costs filter

Medium Severity

The costs entries contain only region keys with no actual pricing values (input_cost_per_token, output_cost_per_token, etc.). Because the costs array is non-empty (13 items), the model passes the costs.length === 0 filter in build-unified-json.ts and will be emitted into the output JSON. Every other model in the codebase following this sparse pattern (region-only costs, mode: unknown) is explicitly marked isDeprecated: true or status: retired, but this new entry has neither marker. Downstream consumers receiving cost entries with undefined pricing values may produce NaN calculations or incorrect behavior.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit d5320f7. 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