Skip to content
Closed
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
27 changes: 27 additions & 0 deletions providers/mistral-ai/mistral-large-veteran-2512.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
costs:
- input_cost_per_token: 5e-7
output_cost_per_token: 0.0000015
region: "*"
features:
- function_calling
- structured_output
- system_messages
- tool_choice

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing Large 3 feature flags

Medium Severity

The new mistral-large-veteran-2512 entry documents Mistral Large 3 (mistral-large-3-25-12) with the same pricing, context window, and modalities as mistral-large-2512, but its features list omits json_output, parallel_function_calling, and assistant_prefill that the sibling Large 3 config declares. Downstream tooling may hide supported API capabilities for this model.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ea82cec. Configure here.

limits:
context_window: 262144
modalities:
input:
- text
- image
Comment thread
cursor[bot] marked this conversation as resolved.
output:
- text
mode: chat
model: mistral-large-veteran-2512
params:
- defaultValue: 0.3
key: temperature
sources:
- https://docs.mistral.ai/models/model-cards/mistral-large-3-25-12
status: active
supportedModes:
- chat
Comment thread
cursor[bot] marked this conversation as resolved.
Loading