Skip to content

feat(aws-bedrock-mantle/mistral.devstral-2-123b): add new models [bot]#1419

Closed
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-aws-bedrock-mantle-mistral.devstral-2-123b-20260616-090956
Closed

feat(aws-bedrock-mantle/mistral.devstral-2-123b): add new models [bot]#1419
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-aws-bedrock-mantle-mistral.devstral-2-123b-20260616-090956

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/mistral.devstral-2-123b.


Note

Low Risk
Config-only addition with no runtime logic changes; pricing/mode may need follow-up before production use.

Overview
Adds a new provider config for mistral.devstral-2-123b under aws-bedrock-mantle, wiring the model id and listing 14 AWS regions in costs (region entries only, no pricing fields yet).

Sets mode: unknown, matching other auto-added models before routing/pricing details are filled in.

Reviewed by Cursor Bugbot for commit 6b23ab2. 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 6b23ab2. 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 for every region

High Severity

The costs array has 13 region entries but none include actual pricing fields like input_cost_per_token or output_cost_per_token. The build script in build-unified-json.ts only skips models with an empty costs array, so this model will be emitted into the unified JSON with region entries that carry zero cost data. Consumers are likely to interpret missing cost fields as free/zero-cost, producing incorrect billing or cost estimates. The equivalent model in aws-bedrock has complete per-region pricing.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 6b23ab2. 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 despite known chat mode

Medium Severity

The mode is unknown, but the identical model in providers/aws-bedrock/mistral.devstral-2-123b.yaml uses mode: chat and lists chat in supportedModes. Consumers filtering by mode to route requests or display capabilities will either hide this model or treat it incorrectly. The mode information is available and could be set correctly.

Fix in Cursor Fix in Web

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