feat(mistral-ai): update model YAMLs [bot]#1702
Conversation
|
/test-models |
Gateway test results
Skipped (1)
Skip reason |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 74ea376. Configure here.
| - function_calling | ||
| - structured_output | ||
| - tool_choice | ||
| isDeprecated: true |
There was a problem hiding this comment.
Conflicting lifecycle metadata fields
Medium Severity
This change sets isDeprecated: true while status remains active. Those fields describe the same lifecycle in opposite ways, so unified JSON and downstream tooling may treat the model as both fully supported and deprecated depending on which field they read.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 74ea376. Configure here.


Auto-generated by poc-agent for provider
mistral-ai.Note
Low Risk
Metadata-only YAML change (deprecation flag and cost formatting); no runtime logic or security impact.
Overview
Updates
mistral-medium-c21211-r0-75metadata: marks the model as deprecated viaisDeprecated: true, and rewrites output token pricing fields to scientific notation (2e-6/1e-6) to match the existing input cost style—values are unchanged from0.000002and0.000001.Reviewed by Cursor Bugbot for commit 74ea376. Bugbot is set up for automated code reviews on this repo. Configure here.