Skip to content

Commit 16cc382

Browse files
committed
feat(mistral): Adding mistral small 4
1 parent 3d456e3 commit 16cc382

2 files changed

Lines changed: 31 additions & 9 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Mistral Small 4"
2+
family = "mistral-small"
3+
release_date = "2026-03-16"
4+
last_updated = "2026-03-16"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
knowledge = "2025-06"
9+
tool_call = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.15
14+
output = 0.60
15+
16+
[limit]
17+
context = 256_000
18+
output = 256_000
19+
20+
[modalities]
21+
input = ["text", "image"]
22+
output = ["text"]

providers/mistral/models/mistral-small-latest.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
name = "Mistral Small (latest)"
22
family = "mistral-small"
3-
release_date = "2024-09-01"
4-
last_updated = "2024-09-04"
5-
attachment = false
6-
reasoning = false
3+
release_date = "2026-03-16"
4+
last_updated = "2026-03-16"
5+
attachment = true
6+
reasoning = true
77
temperature = true
8-
knowledge = "2025-03"
8+
knowledge = "2025-06"
99
tool_call = true
1010
open_weights = true
1111

1212
[cost]
13-
input = 0.10
14-
output = 0.30
13+
input = 0.15
14+
output = 0.60
1515

1616
[limit]
17-
context = 128_000
18-
output = 16_384
17+
context = 256_000
18+
output = 256_000
1919

2020
[modalities]
2121
input = ["text", "image"]

0 commit comments

Comments
 (0)