Skip to content

Commit 2d86baf

Browse files
feat(openrouter): add Mistral Small 4 (mistral-small-2603)
Co-authored-by: petit-blaireau <1893252+petit-blaireau@users.noreply.github.com> Agent-Logs-Url: https://github.com/petit-blaireau/models.dev/sessions/871bbf50-3ef0-4926-afd1-e95c79f6bd57
1 parent 047f335 commit 2d86baf

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)