Skip to content

Commit 644cf45

Browse files
authored
Merge pull request #483 from djmaze/update_mistral_large
Update mistral-large for 2512 and separate model versions
2 parents 0c37a91 + 5d50a96 commit 644cf45

File tree

3 files changed

+49
-7
lines changed

3 files changed

+49
-7
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Mistral Large 2.1"
2+
release_date = "2024-11-01"
3+
last_updated = "2024-11-04"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
knowledge = "2024-11"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 2.00
13+
output = 6.00
14+
15+
[limit]
16+
context = 131_072
17+
output = 16_384
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Mistral Large 3"
2+
release_date = "2024-11-01"
3+
last_updated = "2025-12-02"
4+
attachment = true
5+
reasoning = false
6+
temperature = true
7+
knowledge = "2024-11"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.5
13+
output = 1.5
14+
15+
[limit]
16+
context = 262_144
17+
output = 262_144
18+
19+
[modalities]
20+
input = ["text", "image"]
21+
output = ["text"]
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
name = "Mistral Large"
22
release_date = "2024-11-01"
3-
last_updated = "2024-11-04"
4-
attachment = false
3+
last_updated = "2025-12-02"
4+
attachment = true
55
reasoning = false
66
temperature = true
77
knowledge = "2024-11"
88
tool_call = true
99
open_weights = true
1010

1111
[cost]
12-
input = 2.00
13-
output = 6.00
12+
input = 0.5
13+
output = 1.5
1414

1515
[limit]
16-
context = 131_072
17-
output = 16_384
16+
context = 262_144
17+
output = 262_144
1818

1919
[modalities]
20-
input = ["text"]
20+
input = ["text", "image"]
2121
output = ["text"]

0 commit comments

Comments
 (0)