Skip to content

Commit e422e21

Browse files
feat(mistral-ai): update model YAMLs [bot] (#916)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2889bd3 commit e422e21

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

providers/mistral-ai/labs-leanstral-2603.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ costs:
55
features:
66
- function_calling
77
- structured_output
8+
- assistant_prefill
89
limits:
910
context_window: 196608
1011
modalities:
1112
input:
1213
- image
1314
- text
15+
- code
1416
output:
1517
- text
18+
- code
1619
mode: chat
1720
model: labs-leanstral-2603
1821
params:

providers/mistral-ai/mistral-vibe-cli-fast.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
costs:
2+
- input_cost_per_token: 1e-7
3+
output_cost_per_token: 3e-7
4+
region: "*"
15
features:
26
- function_calling
37
limits:
@@ -17,6 +21,7 @@ provisioning: serverless
1721
sources:
1822
- https://docs.mistral.ai/mistral-vibe/introduction
1923
- https://docs.mistral.ai/mistral-vibe/local
24+
- https://mistral.ai/news/devstral-2-vibe-cli
2025
status: active
2126
supportedModes:
2227
- chat

0 commit comments

Comments
 (0)