Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions providers/mistral-ai/mistral-medium-c21211-r0-75.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
costs:
- input_cost_per_token: 4e-7
input_cost_per_token_batches: 2e-7
output_cost_per_token: 0.000002
output_cost_per_token_batches: 0.000001
output_cost_per_token: 2e-6
output_cost_per_token_batches: 1e-6
region: "*"
features:
- function_calling
- structured_output
- tool_choice
isDeprecated: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 74ea376. Configure here.

limits:
context_window: 262144
modalities:
Expand Down
Loading