We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2836a commit a1c0a67Copy full SHA for a1c0a67
AiServer/wwwroot/lib/data/ai-models.json
@@ -525,6 +525,17 @@
525
"description": "The 7B model released by Mistral AI, updated to version 0.3.",
526
"icon": "/img/models/mistral.svg"
527
},
528
+ {
529
+ "id": "mistral-small",
530
+ "tags": [
531
+ "22b",
532
+ "24b"
533
+ ],
534
+ "latest": "24b",
535
+ "website": "https://ollama.com/library/mistral-small",
536
+ "description": "Mistral Small 3 sets a new benchmark in the “small” Large Language Models category below 70B.",
537
+ "icon": "/img/models/mistral.svg"
538
+ },
539
{
540
"id": "mistral-large",
541
"tags": [
0 commit comments