Skip to content

Commit cb4e2dd

Browse files
committed
feat: update mistralai models
1 parent 346eb4c commit cb4e2dd

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

ecologits/data/models.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2725,6 +2725,24 @@
27252725
"https://docs.mistral.ai/getting-started/models/"
27262726
]
27272727
},
2728+
{
2729+
"type": "model",
2730+
"provider": "mistralai",
2731+
"name": "magistral-medium-2507",
2732+
"architecture": {
2733+
"type": "dense",
2734+
"parameters": {
2735+
"min": 70,
2736+
"max": 120
2737+
}
2738+
},
2739+
"warnings": [
2740+
"model-arch-not-released"
2741+
],
2742+
"sources": [
2743+
"https://docs.mistral.ai/getting-started/models/"
2744+
]
2745+
},
27282746
{
27292747
"type": "model",
27302748
"provider": "mistralai",
@@ -2756,6 +2774,19 @@
27562774
"https://docs.mistral.ai/getting-started/models/"
27572775
]
27582776
},
2777+
{
2778+
"type": "model",
2779+
"provider": "mistralai",
2780+
"name": "magistral-small-2507",
2781+
"architecture": {
2782+
"type": "dense",
2783+
"parameters": 23.6
2784+
},
2785+
"warnings": null,
2786+
"sources": [
2787+
"https://docs.mistral.ai/getting-started/models/"
2788+
]
2789+
},
27592790
{
27602791
"type": "model",
27612792
"provider": "mistralai",

0 commit comments

Comments
 (0)