Skip to content

Commit 6201508

Browse files
authored
Merge pull request #1274 from petit-blaireau/copilot/add-openrouter-mistral-small-4
Add Mistral Small 4 for OpenRouter
2 parents 047f335 + 2d86baf commit 6201508

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)