Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions providers/mistral-ai/ministral-14b-2512.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ features:
- function_calling
- json_output
- structured_output
- assistant_prefill
limits:
context_window: 262144
modalities:
input:
- text
- image
- doc
output:
- text
mode: chat
Expand Down
3 changes: 2 additions & 1 deletion providers/mistral-ai/mistral-moderation-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ costs:
output_cost_per_token: 0
region: "*"
deprecationDate: "2026-06-30"
isDeprecated: true
limits:
context_window: 8192
modalities:
Expand All @@ -20,6 +21,6 @@ removeParams:
sources:
- https://docs.mistral.ai/capabilities/guardrailing/
- https://docs.mistral.ai/models/mistral-moderation-26-03
status: active
status: deprecated
supportedModes:
- moderation
5 changes: 3 additions & 2 deletions providers/mistral-ai/mistral-ocr-latest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
costs:
- input_cost_per_annotated_page: 0.003
input_cost_per_page: 0.002
- input_cost_per_annotated_page: 0.005
input_cost_per_page: 0.004
region: "*"
features:
- function_calling
Expand All @@ -25,4 +25,5 @@ sources:
- https://docs.mistral.ai/models/ocr-3-25-12
- https://docs.mistral.ai/capabilities/document_ai/basic_ocr
- https://docs.mistral.ai/api/endpoint/ocr
- https://mistral.ai/pricing/api
status: active
1 change: 1 addition & 0 deletions providers/mistral-ai/mistral-small.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ features:
- assistant_prefill
- json_output
- system_messages
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 deprecation lifecycle fields

Medium Severity

This change sets isDeprecated: true on mistral-small while status remains active. The same PR updates mistral-moderation-latest with both isDeprecated: true and status: deprecated, and other deprecated Mistral entries follow that pairing. Downstream consumers that read only one field can misclassify the model’s lifecycle.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 92f57e3. Configure here.

limits:
context_window: 128000
modalities:
Expand Down
3 changes: 3 additions & 0 deletions providers/mistral-ai/mistral-vibe-cli-with-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ features:
- function_calling
- structured_output
- assistant_prefill
- json_output
limits:
context_window: 131072
modalities:
Expand All @@ -29,6 +30,8 @@ sources:
- https://mistral.ai/news/devstral-2-vibe-cli
- https://docs.mistral.ai/mistral-vibe/introduction
- https://docs.mistral.ai/mistral-vibe/introduction/configuration
- https://docs.mistral.ai/vibe/code/cli/work-with-cli
status: active
supportedModes:
- chat
thinking: true
Loading