@@ -35,6 +35,7 @@ A quick overview of available models in Scaleway's catalog and their core attrib
3535| [ ` mistral-small-24b-instruct-2501 ` ] ( #mistral-small-24b-instruct-2501 ) | Mistral | 32k | Text | L40S (20k), H100, H100-2 | [ Apache 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) |
3636| [ ` mistral-nemo-instruct-2407 ` ] ( #mistral-nemo-instruct-2407 ) | Mistral | 128k | Text | L40S, H100, H100-2 | [ Apache 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) |
3737| [ ` mixtral-8x7b-instruct-v0.1 ` ] ( #mixtral-8x7b-instruct-v01 ) | Mistral | 32k | Text | H100-2 | [ Apache 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) |
38+ | [ ` magistral-small-2506 ` ] ( #magistral-small-2506 ) | Mistral | 32k | Text | L40S, H100, H100-2 | [ Apache 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) |
3839| [ ` devstral-small-2505 ` ] ( #devstral-small-2505 ) | Mistral | 128k | Text | H100, H100-2 | [ Apache 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) |
3940| [ ` moshiko-0.1-8b ` ] ( #moshiko-01-8b ) | Kyutai | 4k | Audio to Audio | L4, H100 | [ CC-BY-4.0] ( https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/cc-by-4.0.md ) |
4041| [ ` moshika-0.1-8b ` ] ( #moshika-01-8b ) | Kyutai | 4k | Audio to Audio| L4, H100 | [ CC-BY-4.0] ( https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/cc-by-4.0.md ) |
@@ -62,6 +63,7 @@ A quick overview of available models in Scaleway's catalog and their core attrib
6263| ` mistral-small-24b-instruct-2501 ` | Yes | Yes | English, French, German, Dutch, Spanish, Italian, Polish, Portuguese, Chinese, Japanese, Korean |
6364| ` mistral-nemo-instruct-2407 ` | Yes | Yes | English, French, German, Spanish, Italian, Portuguese, Russian, Chinese, Japanese |
6465| ` mixtral-8x7b-instruct-v0.1 ` | Yes | No | English, French, German, Italian, Spanish |
66+ | ` magistral-small-2506 ` | Yes | Yes | English, French, German, Spanish, Portuguese, Italian, Japanese, Korean, Russian, Chinese, Arabic, Persian, Indonesian, Malay, Nepali, Polish, Romanian, Serbian, Swedish, Turkish, Ukrainian, Vietnamese, Hindi, Bengali |
6567| ` devstral-small-2505 ` | Yes | Yes | English, French, German, Spanish, Portuguese, Italian, Japanese, Korean, Russian, Chinese, Arabic, Persian, Indonesian, Malay, Nepali, Polish, Romanian, Serbian, Swedish, Turkish, Ukrainian, Vietnamese, Hindi, Bengali |
6668| ` moshiko-0.1-8b ` | No | No | English |
6769| ` moshika-0.1-8b ` | No | No | English |
@@ -254,6 +256,16 @@ It was trained on a large proportion of multilingual and code data.
254256mistral/mistral-nemo-instruct-2407:fp8
255257```
256258
259+ ### Magistral-small-2506
260+ Magistral Small is a reasoning model, optimized to perform well on reasoning tasks such as academic or scientific questions.
261+ It is well suited for complex tasks requiring multiple reasoning steps.
262+
263+ #### Model name
264+ ```
265+ mistral/magistral-small-2506:fp8
266+ mistral/magistral-small-2506:bf16
267+ ```
268+
257269### Devstral-small-2505
258270Devstral Small is a fine-tune of Mistral Small 3.1, optimized to perform software engineering tasks.
259271It is a good fit to be used as coding agent, for instance in an IDE.
0 commit comments