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
1 change: 1 addition & 0 deletions providers/mistral-ai/ministral-3b-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ modalities:
input:
- text
- image
- doc
output:
- text
mode: chat
Expand Down
2 changes: 2 additions & 0 deletions providers/mistral-ai/mistral-medium-3-5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ features:
- system_messages
- tool_choice
- json_output
- assistant_prefill
limits:
context_window: 262144
modalities:
input:
- text
- image
- pdf
output:
- text
mode: chat
Expand Down
5 changes: 4 additions & 1 deletion providers/mistral-ai/mistral-medium-latest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
costs:
- input_cost_per_token: 0.0000015
- cache_read_input_token_cost: 1.5e-7
input_cost_per_token: 0.0000015
input_cost_per_token_batches: 7.5e-7
output_cost_per_token: 0.0000075
output_cost_per_token_batches: 0.00000375
Expand All @@ -11,6 +12,7 @@ features:
- tool_choice
- system_messages
- assistant_prefill
- prompt_caching
limits:
context_window: 131072
modalities:
Expand All @@ -32,6 +34,7 @@ params:
provisioning: serverless
sources:
- https://docs.mistral.ai/models/model-cards/mistral-medium-3-5-26-04
- https://mistral.ai/pricing/api
status: active
supportedModes:
- chat
1 change: 1 addition & 0 deletions providers/mistral-ai/mistral-vibe-cli-with-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ modalities:
input:
- text
- image
- doc
output:
- text
mode: chat
Expand Down
3 changes: 2 additions & 1 deletion providers/mistral-ai/voxtral-small-latest.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
costs:
- input_cost_per_second: 0.0000666667
- input_cost_per_second: 6.66667e-5
input_cost_per_token: 1e-7
output_cost_per_token: 4e-7
region: "*"
features:
- function_calling
- structured_output
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.

Active model marked deprecated

Medium Severity

voxtral-small-latest is newly marked with isDeprecated: true, but Mistral still lists Voxtral Small as an active model and this file keeps status: active. That leaves lifecycle metadata contradictory and can cause consumers that honor isDeprecated to treat a live model as deprecated.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5ee7a26. Configure here.

limits:
context_window: 32768
modalities:
Expand Down
Loading