llm.rb 12.1.0 → 12.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/data/mistral.json ADDED
@@ -0,0 +1,968 @@
1
+ {
2
+ "id": "mistral",
3
+ "env": [
4
+ "MISTRAL_API_KEY"
5
+ ],
6
+ "npm": "@ai-sdk/mistral",
7
+ "name": "Mistral",
8
+ "doc": "https://docs.mistral.ai/getting-started/models/",
9
+ "models": {
10
+ "codestral-latest": {
11
+ "id": "codestral-latest",
12
+ "name": "Codestral (latest)",
13
+ "description": "Mistral code model for completions, refactors, and developer IDE workflows",
14
+ "family": "codestral",
15
+ "attachment": false,
16
+ "reasoning": false,
17
+ "tool_call": true,
18
+ "temperature": true,
19
+ "knowledge": "2024-10",
20
+ "release_date": "2024-05-29",
21
+ "last_updated": "2025-01-04",
22
+ "modalities": {
23
+ "input": [
24
+ "text"
25
+ ],
26
+ "output": [
27
+ "text"
28
+ ]
29
+ },
30
+ "open_weights": true,
31
+ "limit": {
32
+ "context": 256000,
33
+ "output": 4096
34
+ },
35
+ "cost": {
36
+ "input": 0.3,
37
+ "output": 0.9
38
+ }
39
+ },
40
+ "mistral-large-latest": {
41
+ "id": "mistral-large-latest",
42
+ "name": "Mistral Large (latest)",
43
+ "description": "Flagship Mistral model for advanced reasoning, coding, and multilingual work",
44
+ "family": "mistral-large",
45
+ "attachment": true,
46
+ "reasoning": false,
47
+ "tool_call": true,
48
+ "temperature": true,
49
+ "knowledge": "2024-11",
50
+ "release_date": "2024-11-01",
51
+ "last_updated": "2025-12-02",
52
+ "modalities": {
53
+ "input": [
54
+ "text",
55
+ "image"
56
+ ],
57
+ "output": [
58
+ "text"
59
+ ]
60
+ },
61
+ "open_weights": true,
62
+ "limit": {
63
+ "context": 262144,
64
+ "output": 262144
65
+ },
66
+ "cost": {
67
+ "input": 0.5,
68
+ "output": 1.5
69
+ }
70
+ },
71
+ "open-mistral-7b": {
72
+ "id": "open-mistral-7b",
73
+ "name": "Mistral 7B",
74
+ "description": "Mistral model for multilingual chat, reasoning, and tool-assisted workflows",
75
+ "family": "mistral",
76
+ "attachment": false,
77
+ "reasoning": false,
78
+ "tool_call": true,
79
+ "temperature": true,
80
+ "knowledge": "2023-12",
81
+ "release_date": "2023-09-27",
82
+ "last_updated": "2023-09-27",
83
+ "modalities": {
84
+ "input": [
85
+ "text"
86
+ ],
87
+ "output": [
88
+ "text"
89
+ ]
90
+ },
91
+ "open_weights": true,
92
+ "limit": {
93
+ "context": 8000,
94
+ "output": 8000
95
+ },
96
+ "cost": {
97
+ "input": 0.25,
98
+ "output": 0.25
99
+ }
100
+ },
101
+ "devstral-small-2507": {
102
+ "id": "devstral-small-2507",
103
+ "name": "Devstral Small",
104
+ "description": "Legacy model retained for compatibility with older integrations",
105
+ "family": "devstral",
106
+ "attachment": false,
107
+ "reasoning": false,
108
+ "tool_call": true,
109
+ "temperature": true,
110
+ "knowledge": "2025-05",
111
+ "release_date": "2025-07-10",
112
+ "last_updated": "2025-07-10",
113
+ "modalities": {
114
+ "input": [
115
+ "text"
116
+ ],
117
+ "output": [
118
+ "text"
119
+ ]
120
+ },
121
+ "open_weights": true,
122
+ "limit": {
123
+ "context": 128000,
124
+ "output": 128000
125
+ },
126
+ "status": "deprecated",
127
+ "cost": {
128
+ "input": 0.1,
129
+ "output": 0.3
130
+ }
131
+ },
132
+ "ministral-3b-latest": {
133
+ "id": "ministral-3b-latest",
134
+ "name": "Ministral 3B (latest)",
135
+ "description": "Compact Mistral model for edge, latency-sensitive, and cost-efficient workloads",
136
+ "family": "ministral",
137
+ "attachment": false,
138
+ "reasoning": false,
139
+ "tool_call": true,
140
+ "temperature": true,
141
+ "knowledge": "2024-10",
142
+ "release_date": "2024-10-01",
143
+ "last_updated": "2024-10-04",
144
+ "modalities": {
145
+ "input": [
146
+ "text"
147
+ ],
148
+ "output": [
149
+ "text"
150
+ ]
151
+ },
152
+ "open_weights": true,
153
+ "limit": {
154
+ "context": 128000,
155
+ "output": 128000
156
+ },
157
+ "cost": {
158
+ "input": 0.04,
159
+ "output": 0.04
160
+ }
161
+ },
162
+ "pixtral-large-latest": {
163
+ "id": "pixtral-large-latest",
164
+ "name": "Pixtral Large (latest)",
165
+ "description": "Mistral's larger vision model for document-heavy image understanding and chat",
166
+ "family": "pixtral",
167
+ "attachment": true,
168
+ "reasoning": false,
169
+ "tool_call": true,
170
+ "temperature": true,
171
+ "knowledge": "2024-11",
172
+ "release_date": "2024-11-01",
173
+ "last_updated": "2024-11-04",
174
+ "modalities": {
175
+ "input": [
176
+ "text",
177
+ "image"
178
+ ],
179
+ "output": [
180
+ "text"
181
+ ]
182
+ },
183
+ "open_weights": true,
184
+ "limit": {
185
+ "context": 128000,
186
+ "output": 128000
187
+ },
188
+ "cost": {
189
+ "input": 2,
190
+ "output": 6
191
+ }
192
+ },
193
+ "mistral-nemo": {
194
+ "id": "mistral-nemo",
195
+ "name": "Mistral Nemo",
196
+ "description": "Efficient Mistral-NVIDIA open model for multilingual chat and local deployment",
197
+ "family": "mistral-nemo",
198
+ "attachment": false,
199
+ "reasoning": false,
200
+ "tool_call": true,
201
+ "temperature": true,
202
+ "knowledge": "2024-07",
203
+ "release_date": "2024-07-01",
204
+ "last_updated": "2024-07-01",
205
+ "modalities": {
206
+ "input": [
207
+ "text"
208
+ ],
209
+ "output": [
210
+ "text"
211
+ ]
212
+ },
213
+ "open_weights": true,
214
+ "limit": {
215
+ "context": 128000,
216
+ "output": 128000
217
+ },
218
+ "cost": {
219
+ "input": 0.15,
220
+ "output": 0.15
221
+ }
222
+ },
223
+ "mistral-embed": {
224
+ "id": "mistral-embed",
225
+ "name": "Mistral Embed",
226
+ "description": "Embedding model for semantic search, retrieval, clustering, and ranking pipelines",
227
+ "family": "mistral-embed",
228
+ "attachment": false,
229
+ "reasoning": false,
230
+ "tool_call": false,
231
+ "temperature": false,
232
+ "release_date": "2023-12-11",
233
+ "last_updated": "2023-12-11",
234
+ "modalities": {
235
+ "input": [
236
+ "text"
237
+ ],
238
+ "output": [
239
+ "text"
240
+ ]
241
+ },
242
+ "open_weights": false,
243
+ "limit": {
244
+ "context": 8000,
245
+ "output": 3072
246
+ },
247
+ "cost": {
248
+ "input": 0.1,
249
+ "output": 0
250
+ }
251
+ },
252
+ "mistral-small-2506": {
253
+ "id": "mistral-small-2506",
254
+ "name": "Mistral Small 3.2",
255
+ "description": "Efficient Mistral model for fast chat, extraction, and production assistants",
256
+ "family": "mistral-small",
257
+ "attachment": false,
258
+ "reasoning": false,
259
+ "tool_call": true,
260
+ "temperature": true,
261
+ "knowledge": "2025-03",
262
+ "release_date": "2025-06-20",
263
+ "last_updated": "2025-06-20",
264
+ "modalities": {
265
+ "input": [
266
+ "text",
267
+ "image"
268
+ ],
269
+ "output": [
270
+ "text"
271
+ ]
272
+ },
273
+ "open_weights": true,
274
+ "limit": {
275
+ "context": 128000,
276
+ "output": 16384
277
+ },
278
+ "cost": {
279
+ "input": 0.1,
280
+ "output": 0.3
281
+ }
282
+ },
283
+ "ministral-8b-latest": {
284
+ "id": "ministral-8b-latest",
285
+ "name": "Ministral 8B (latest)",
286
+ "description": "Compact Mistral model for edge, latency-sensitive, and cost-efficient workloads",
287
+ "family": "ministral",
288
+ "attachment": false,
289
+ "reasoning": false,
290
+ "tool_call": true,
291
+ "temperature": true,
292
+ "knowledge": "2024-10",
293
+ "release_date": "2024-10-01",
294
+ "last_updated": "2024-10-04",
295
+ "modalities": {
296
+ "input": [
297
+ "text"
298
+ ],
299
+ "output": [
300
+ "text"
301
+ ]
302
+ },
303
+ "open_weights": true,
304
+ "limit": {
305
+ "context": 128000,
306
+ "output": 128000
307
+ },
308
+ "cost": {
309
+ "input": 0.1,
310
+ "output": 0.1
311
+ }
312
+ },
313
+ "open-mixtral-8x22b": {
314
+ "id": "open-mixtral-8x22b",
315
+ "name": "Mixtral 8x22B",
316
+ "description": "Mistral model for multilingual chat, reasoning, and tool-assisted workflows",
317
+ "family": "mixtral",
318
+ "attachment": false,
319
+ "reasoning": false,
320
+ "tool_call": true,
321
+ "temperature": true,
322
+ "knowledge": "2024-04",
323
+ "release_date": "2024-04-17",
324
+ "last_updated": "2024-04-17",
325
+ "modalities": {
326
+ "input": [
327
+ "text"
328
+ ],
329
+ "output": [
330
+ "text"
331
+ ]
332
+ },
333
+ "open_weights": true,
334
+ "limit": {
335
+ "context": 64000,
336
+ "output": 64000
337
+ },
338
+ "cost": {
339
+ "input": 2,
340
+ "output": 6
341
+ }
342
+ },
343
+ "mistral-medium-latest": {
344
+ "id": "mistral-medium-latest",
345
+ "name": "Mistral Medium (latest)",
346
+ "description": "Balanced Mistral model for enterprise assistants, multilingual work, and tools",
347
+ "family": "mistral-medium",
348
+ "attachment": true,
349
+ "reasoning": true,
350
+ "reasoning_options": [
351
+ {
352
+ "type": "effort",
353
+ "values": [
354
+ "none",
355
+ "high"
356
+ ]
357
+ }
358
+ ],
359
+ "tool_call": true,
360
+ "structured_output": true,
361
+ "temperature": true,
362
+ "release_date": "2026-04-29",
363
+ "last_updated": "2026-04-29",
364
+ "modalities": {
365
+ "input": [
366
+ "text",
367
+ "image"
368
+ ],
369
+ "output": [
370
+ "text"
371
+ ]
372
+ },
373
+ "open_weights": true,
374
+ "limit": {
375
+ "context": 262144,
376
+ "output": 262144
377
+ },
378
+ "cost": {
379
+ "input": 1.5,
380
+ "output": 7.5
381
+ }
382
+ },
383
+ "devstral-small-2505": {
384
+ "id": "devstral-small-2505",
385
+ "name": "Devstral Small 2505",
386
+ "description": "Legacy model retained for compatibility with older integrations",
387
+ "family": "devstral",
388
+ "attachment": false,
389
+ "reasoning": false,
390
+ "tool_call": true,
391
+ "temperature": true,
392
+ "knowledge": "2025-05",
393
+ "release_date": "2025-05-07",
394
+ "last_updated": "2025-05-07",
395
+ "modalities": {
396
+ "input": [
397
+ "text"
398
+ ],
399
+ "output": [
400
+ "text"
401
+ ]
402
+ },
403
+ "open_weights": true,
404
+ "limit": {
405
+ "context": 128000,
406
+ "output": 128000
407
+ },
408
+ "status": "deprecated",
409
+ "cost": {
410
+ "input": 0.1,
411
+ "output": 0.3
412
+ }
413
+ },
414
+ "magistral-small": {
415
+ "id": "magistral-small",
416
+ "name": "Magistral Small",
417
+ "description": "Mistral reasoning model for transparent analysis, math, and complex decisions",
418
+ "family": "magistral-small",
419
+ "attachment": false,
420
+ "reasoning": true,
421
+ "reasoning_options": [],
422
+ "tool_call": true,
423
+ "temperature": true,
424
+ "knowledge": "2025-06",
425
+ "release_date": "2025-03-17",
426
+ "last_updated": "2025-03-17",
427
+ "modalities": {
428
+ "input": [
429
+ "text"
430
+ ],
431
+ "output": [
432
+ "text"
433
+ ]
434
+ },
435
+ "open_weights": true,
436
+ "limit": {
437
+ "context": 128000,
438
+ "output": 128000
439
+ },
440
+ "cost": {
441
+ "input": 0.5,
442
+ "output": 1.5
443
+ }
444
+ },
445
+ "mistral-medium-2604": {
446
+ "id": "mistral-medium-2604",
447
+ "name": "Mistral Medium 3.5",
448
+ "description": "Balanced Mistral model for enterprise assistants, multilingual work, and tools",
449
+ "family": "mistral-medium",
450
+ "attachment": true,
451
+ "reasoning": true,
452
+ "reasoning_options": [
453
+ {
454
+ "type": "effort",
455
+ "values": [
456
+ "none",
457
+ "high"
458
+ ]
459
+ }
460
+ ],
461
+ "tool_call": true,
462
+ "structured_output": true,
463
+ "temperature": true,
464
+ "release_date": "2026-04-29",
465
+ "last_updated": "2026-04-29",
466
+ "modalities": {
467
+ "input": [
468
+ "text",
469
+ "image"
470
+ ],
471
+ "output": [
472
+ "text"
473
+ ]
474
+ },
475
+ "open_weights": true,
476
+ "limit": {
477
+ "context": 262144,
478
+ "output": 262144
479
+ },
480
+ "cost": {
481
+ "input": 1.5,
482
+ "output": 7.5
483
+ }
484
+ },
485
+ "mistral-small-latest": {
486
+ "id": "mistral-small-latest",
487
+ "name": "Mistral Small (latest)",
488
+ "description": "Efficient Mistral model for fast chat, extraction, and production assistants",
489
+ "family": "mistral-small",
490
+ "attachment": true,
491
+ "reasoning": true,
492
+ "reasoning_options": [
493
+ {
494
+ "type": "effort",
495
+ "values": [
496
+ "none",
497
+ "high"
498
+ ]
499
+ }
500
+ ],
501
+ "tool_call": true,
502
+ "temperature": true,
503
+ "knowledge": "2025-06",
504
+ "release_date": "2026-03-16",
505
+ "last_updated": "2026-03-16",
506
+ "modalities": {
507
+ "input": [
508
+ "text",
509
+ "image"
510
+ ],
511
+ "output": [
512
+ "text"
513
+ ]
514
+ },
515
+ "open_weights": true,
516
+ "limit": {
517
+ "context": 256000,
518
+ "output": 256000
519
+ },
520
+ "cost": {
521
+ "input": 0.15,
522
+ "output": 0.6
523
+ }
524
+ },
525
+ "open-mixtral-8x7b": {
526
+ "id": "open-mixtral-8x7b",
527
+ "name": "Mixtral 8x7B",
528
+ "description": "Mistral model for multilingual chat, reasoning, and tool-assisted workflows",
529
+ "family": "mixtral",
530
+ "attachment": false,
531
+ "reasoning": false,
532
+ "tool_call": true,
533
+ "temperature": true,
534
+ "knowledge": "2024-01",
535
+ "release_date": "2023-12-11",
536
+ "last_updated": "2023-12-11",
537
+ "modalities": {
538
+ "input": [
539
+ "text"
540
+ ],
541
+ "output": [
542
+ "text"
543
+ ]
544
+ },
545
+ "open_weights": true,
546
+ "limit": {
547
+ "context": 32000,
548
+ "output": 32000
549
+ },
550
+ "cost": {
551
+ "input": 0.7,
552
+ "output": 0.7
553
+ }
554
+ },
555
+ "devstral-latest": {
556
+ "id": "devstral-latest",
557
+ "name": "Devstral 2",
558
+ "description": "Legacy model retained for compatibility with older integrations",
559
+ "family": "devstral",
560
+ "attachment": false,
561
+ "reasoning": false,
562
+ "tool_call": true,
563
+ "temperature": true,
564
+ "knowledge": "2025-12",
565
+ "release_date": "2025-12-09",
566
+ "last_updated": "2025-12-09",
567
+ "modalities": {
568
+ "input": [
569
+ "text"
570
+ ],
571
+ "output": [
572
+ "text"
573
+ ]
574
+ },
575
+ "open_weights": true,
576
+ "limit": {
577
+ "context": 262144,
578
+ "output": 262144
579
+ },
580
+ "status": "deprecated",
581
+ "cost": {
582
+ "input": 0.4,
583
+ "output": 2
584
+ }
585
+ },
586
+ "mistral-small-2603": {
587
+ "id": "mistral-small-2603",
588
+ "name": "Mistral Small 4",
589
+ "description": "Fast Mistral production model for chat, extraction, and cost-sensitive agents",
590
+ "family": "mistral-small",
591
+ "attachment": true,
592
+ "reasoning": true,
593
+ "reasoning_options": [
594
+ {
595
+ "type": "effort",
596
+ "values": [
597
+ "none",
598
+ "high"
599
+ ]
600
+ }
601
+ ],
602
+ "tool_call": true,
603
+ "temperature": true,
604
+ "knowledge": "2025-06",
605
+ "release_date": "2026-03-16",
606
+ "last_updated": "2026-03-16",
607
+ "modalities": {
608
+ "input": [
609
+ "text",
610
+ "image"
611
+ ],
612
+ "output": [
613
+ "text"
614
+ ]
615
+ },
616
+ "open_weights": true,
617
+ "limit": {
618
+ "context": 256000,
619
+ "output": 256000
620
+ },
621
+ "cost": {
622
+ "input": 0.15,
623
+ "output": 0.6
624
+ }
625
+ },
626
+ "mistral-medium-2505": {
627
+ "id": "mistral-medium-2505",
628
+ "name": "Mistral Medium 3",
629
+ "description": "Mistral model for multilingual chat, reasoning, and tool-assisted workflows",
630
+ "family": "mistral-medium",
631
+ "attachment": true,
632
+ "reasoning": false,
633
+ "tool_call": true,
634
+ "temperature": true,
635
+ "knowledge": "2025-05",
636
+ "release_date": "2025-05-07",
637
+ "last_updated": "2025-05-07",
638
+ "modalities": {
639
+ "input": [
640
+ "text",
641
+ "image"
642
+ ],
643
+ "output": [
644
+ "text"
645
+ ]
646
+ },
647
+ "open_weights": false,
648
+ "limit": {
649
+ "context": 131072,
650
+ "output": 131072
651
+ },
652
+ "cost": {
653
+ "input": 0.4,
654
+ "output": 2
655
+ }
656
+ },
657
+ "mistral-large-2411": {
658
+ "id": "mistral-large-2411",
659
+ "name": "Mistral Large 2.1",
660
+ "description": "Flagship Mistral model for advanced reasoning, coding, and multilingual work",
661
+ "family": "mistral-large",
662
+ "attachment": false,
663
+ "reasoning": false,
664
+ "tool_call": true,
665
+ "temperature": true,
666
+ "knowledge": "2024-11",
667
+ "release_date": "2024-11-18",
668
+ "last_updated": "2024-11-18",
669
+ "modalities": {
670
+ "input": [
671
+ "text"
672
+ ],
673
+ "output": [
674
+ "text"
675
+ ]
676
+ },
677
+ "open_weights": true,
678
+ "limit": {
679
+ "context": 131072,
680
+ "output": 16384
681
+ },
682
+ "cost": {
683
+ "input": 2,
684
+ "output": 6
685
+ }
686
+ },
687
+ "mistral-medium-2508": {
688
+ "id": "mistral-medium-2508",
689
+ "name": "Mistral Medium 3.1",
690
+ "description": "Mistral model for multilingual chat, reasoning, and tool-assisted workflows",
691
+ "family": "mistral-medium",
692
+ "attachment": true,
693
+ "reasoning": false,
694
+ "tool_call": true,
695
+ "temperature": true,
696
+ "knowledge": "2025-05",
697
+ "release_date": "2025-08-12",
698
+ "last_updated": "2025-08-12",
699
+ "modalities": {
700
+ "input": [
701
+ "text",
702
+ "image"
703
+ ],
704
+ "output": [
705
+ "text"
706
+ ]
707
+ },
708
+ "open_weights": false,
709
+ "limit": {
710
+ "context": 262144,
711
+ "output": 262144
712
+ },
713
+ "cost": {
714
+ "input": 0.4,
715
+ "output": 2
716
+ }
717
+ },
718
+ "open-mistral-nemo": {
719
+ "id": "open-mistral-nemo",
720
+ "name": "Open Mistral Nemo",
721
+ "description": "Legacy model retained for compatibility with older integrations",
722
+ "family": "mistral-nemo",
723
+ "attachment": false,
724
+ "reasoning": false,
725
+ "tool_call": true,
726
+ "temperature": true,
727
+ "knowledge": "2024-07",
728
+ "release_date": "2024-07-01",
729
+ "last_updated": "2024-07-01",
730
+ "modalities": {
731
+ "input": [
732
+ "text"
733
+ ],
734
+ "output": [
735
+ "text"
736
+ ]
737
+ },
738
+ "open_weights": true,
739
+ "limit": {
740
+ "context": 128000,
741
+ "output": 128000
742
+ },
743
+ "status": "deprecated",
744
+ "cost": {
745
+ "input": 0.15,
746
+ "output": 0.15
747
+ }
748
+ },
749
+ "magistral-medium-latest": {
750
+ "id": "magistral-medium-latest",
751
+ "name": "Magistral Medium (latest)",
752
+ "description": "Mistral reasoning model for transparent analysis, math, and complex decisions",
753
+ "family": "magistral-medium",
754
+ "attachment": false,
755
+ "reasoning": true,
756
+ "reasoning_options": [],
757
+ "tool_call": true,
758
+ "temperature": true,
759
+ "knowledge": "2025-06",
760
+ "release_date": "2025-03-17",
761
+ "last_updated": "2025-03-20",
762
+ "modalities": {
763
+ "input": [
764
+ "text"
765
+ ],
766
+ "output": [
767
+ "text"
768
+ ]
769
+ },
770
+ "open_weights": true,
771
+ "limit": {
772
+ "context": 128000,
773
+ "output": 16384
774
+ },
775
+ "cost": {
776
+ "input": 2,
777
+ "output": 5
778
+ }
779
+ },
780
+ "devstral-medium-latest": {
781
+ "id": "devstral-medium-latest",
782
+ "name": "Devstral 2 (latest)",
783
+ "description": "Legacy model retained for compatibility with older integrations",
784
+ "family": "devstral",
785
+ "attachment": false,
786
+ "reasoning": false,
787
+ "tool_call": true,
788
+ "temperature": true,
789
+ "knowledge": "2025-12",
790
+ "release_date": "2025-12-02",
791
+ "last_updated": "2025-12-02",
792
+ "modalities": {
793
+ "input": [
794
+ "text"
795
+ ],
796
+ "output": [
797
+ "text"
798
+ ]
799
+ },
800
+ "open_weights": true,
801
+ "limit": {
802
+ "context": 262144,
803
+ "output": 262144
804
+ },
805
+ "status": "deprecated",
806
+ "cost": {
807
+ "input": 0.4,
808
+ "output": 2
809
+ }
810
+ },
811
+ "devstral-2512": {
812
+ "id": "devstral-2512",
813
+ "name": "Devstral 2",
814
+ "description": "Mistral's coding-agent model for repository work, terminal tasks, and software fixes",
815
+ "family": "devstral",
816
+ "attachment": false,
817
+ "reasoning": false,
818
+ "tool_call": true,
819
+ "temperature": true,
820
+ "knowledge": "2025-12",
821
+ "release_date": "2025-12-09",
822
+ "last_updated": "2025-12-09",
823
+ "modalities": {
824
+ "input": [
825
+ "text"
826
+ ],
827
+ "output": [
828
+ "text"
829
+ ]
830
+ },
831
+ "open_weights": true,
832
+ "limit": {
833
+ "context": 262144,
834
+ "output": 262144
835
+ },
836
+ "status": "deprecated",
837
+ "cost": {
838
+ "input": 0.4,
839
+ "output": 2
840
+ }
841
+ },
842
+ "labs-devstral-small-2512": {
843
+ "id": "labs-devstral-small-2512",
844
+ "name": "Devstral Small 2",
845
+ "description": "Legacy model retained for compatibility with older integrations",
846
+ "family": "devstral",
847
+ "attachment": false,
848
+ "reasoning": false,
849
+ "tool_call": true,
850
+ "temperature": true,
851
+ "knowledge": "2025-12",
852
+ "release_date": "2025-12-09",
853
+ "last_updated": "2025-12-09",
854
+ "modalities": {
855
+ "input": [
856
+ "text",
857
+ "image"
858
+ ],
859
+ "output": [
860
+ "text"
861
+ ]
862
+ },
863
+ "open_weights": true,
864
+ "limit": {
865
+ "context": 256000,
866
+ "output": 256000
867
+ },
868
+ "status": "deprecated",
869
+ "cost": {
870
+ "input": 0,
871
+ "output": 0
872
+ }
873
+ },
874
+ "pixtral-12b": {
875
+ "id": "pixtral-12b",
876
+ "name": "Pixtral 12B",
877
+ "description": "Mistral vision-language model for image understanding and multimodal chat",
878
+ "family": "pixtral",
879
+ "attachment": true,
880
+ "reasoning": false,
881
+ "tool_call": true,
882
+ "temperature": true,
883
+ "knowledge": "2024-09",
884
+ "release_date": "2024-09-01",
885
+ "last_updated": "2024-09-01",
886
+ "modalities": {
887
+ "input": [
888
+ "text",
889
+ "image"
890
+ ],
891
+ "output": [
892
+ "text"
893
+ ]
894
+ },
895
+ "open_weights": true,
896
+ "limit": {
897
+ "context": 128000,
898
+ "output": 128000
899
+ },
900
+ "cost": {
901
+ "input": 0.15,
902
+ "output": 0.15
903
+ }
904
+ },
905
+ "mistral-large-2512": {
906
+ "id": "mistral-large-2512",
907
+ "name": "Mistral Large 3",
908
+ "description": "Mistral's largest general model for enterprise agents, coding, and multilingual reasoning",
909
+ "family": "mistral-large",
910
+ "attachment": true,
911
+ "reasoning": false,
912
+ "tool_call": true,
913
+ "temperature": true,
914
+ "knowledge": "2024-11",
915
+ "release_date": "2024-11-01",
916
+ "last_updated": "2025-12-02",
917
+ "modalities": {
918
+ "input": [
919
+ "text",
920
+ "image"
921
+ ],
922
+ "output": [
923
+ "text"
924
+ ]
925
+ },
926
+ "open_weights": true,
927
+ "limit": {
928
+ "context": 262144,
929
+ "output": 262144
930
+ },
931
+ "cost": {
932
+ "input": 0.5,
933
+ "output": 1.5
934
+ }
935
+ },
936
+ "devstral-medium-2507": {
937
+ "id": "devstral-medium-2507",
938
+ "name": "Devstral Medium",
939
+ "description": "Legacy model retained for compatibility with older integrations",
940
+ "family": "devstral",
941
+ "attachment": false,
942
+ "reasoning": false,
943
+ "tool_call": true,
944
+ "temperature": true,
945
+ "knowledge": "2025-05",
946
+ "release_date": "2025-07-10",
947
+ "last_updated": "2025-07-10",
948
+ "modalities": {
949
+ "input": [
950
+ "text"
951
+ ],
952
+ "output": [
953
+ "text"
954
+ ]
955
+ },
956
+ "open_weights": true,
957
+ "limit": {
958
+ "context": 128000,
959
+ "output": 128000
960
+ },
961
+ "status": "deprecated",
962
+ "cost": {
963
+ "input": 0.4,
964
+ "output": 2
965
+ }
966
+ }
967
+ }
968
+ }