feat(aws-bedrock-mantle/mistral.devstral-2-123b): add new models [bot]#1419
feat(aws-bedrock-mantle/mistral.devstral-2-123b): add new models [bot]#1419models-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 6b23ab2. 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 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.
Reviewed by Cursor Bugbot for commit 6b23ab2. 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 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.
Reviewed by Cursor Bugbot for commit 6b23ab2. Configure here.


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-123bunderaws-bedrock-mantle, wiring the model id and listing 14 AWS regions incosts(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.