We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2889bd3 commit e422e21Copy full SHA for e422e21
2 files changed
providers/mistral-ai/labs-leanstral-2603.yaml
@@ -5,14 +5,17 @@ costs:
5
features:
6
- function_calling
7
- structured_output
8
+ - assistant_prefill
9
limits:
10
context_window: 196608
11
modalities:
12
input:
13
- image
14
- text
15
+ - code
16
output:
17
18
19
mode: chat
20
model: labs-leanstral-2603
21
params:
providers/mistral-ai/mistral-vibe-cli-fast.yaml
@@ -1,3 +1,7 @@
1
+costs:
2
+ - input_cost_per_token: 1e-7
3
+ output_cost_per_token: 3e-7
4
+ region: "*"
@@ -17,6 +21,7 @@ provisioning: serverless
sources:
22
- https://docs.mistral.ai/mistral-vibe/introduction
23
- https://docs.mistral.ai/mistral-vibe/local
24
+ - https://mistral.ai/news/devstral-2-vibe-cli
25
status: active
26
supportedModes:
27
- chat
0 commit comments