Skip to content

Commit bd78dfa

Browse files
authored
feat(inference): add gemma and mistral small characteristics
1 parent f90636d commit bd78dfa

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

pages/managed-inference/reference-content/model-catalog.mdx

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A quick overview of available models in Scaleway's catalog and their core attrib
2727
| [`deepseek-r1-distill-70b`](#deepseek-r1-distill-llama-70b) | Deepseek | 128k | Text | H100, H100-2 | [MIT](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B/blob/main/LICENSE) and [Llama 3.3 Community](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct/blob/main/LICENSE) |
2828
| [`deepseek-r1-distill-8b`](#deepseek-r1-distill-llama-8b) | Deepseek | 128k | Text | L4, L40S, H100, H100-2 | [MIT](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B/blob/main/LICENSE) and [Llama 3.1 Community](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct/blob/main/LICENSE) |
2929
| [`mistral-7b-instruct-v0.3`](#mistral-7b-instruct-v03) | Mistral | 32k | Text | L4, L40S, H100, H100-2 | [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
30-
| [`mistral-small-24b-instruct-2501`](#mistral-small-24b-base-2501) | Mistral | 32k | Text, Vision | H100, H100-2 | [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
30+
| [`mistral-small-3.1-24b-instruct-2503 3`](#mistral-small-3.1-24b-instruct-2503) | Mistral | 128k | Text, Vision | H100, H100-2 | [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
3131
| [`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) |
3232
| [`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) |
3333
| [`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) |
@@ -69,18 +69,32 @@ A quick overview of available models in Scaleway's catalog and their core attrib
6969
Despite efforts for accuracy, the possibility of generated text containing inaccuracies or [hallucinations](/managed-inference/concepts/#hallucinations) exists. Always verify the content generated independently.
7070
</Message>
7171

72+
## Multimodal models (Text and Vision)
73+
74+
### Gemma-3-27b-it
75+
Gemma-3-27b-it is a model developed by Google to perform text processing and image analysis on many languages.
76+
The model was not trained specifically to output function / tool call tokens. Hence function calling is currently supported, but reliability remains limited.
77+
78+
#### Model names
79+
```
80+
google/gemma-3-27b-it:bf16
81+
```
82+
83+
### Mistral-small-3.1-24b-instruct-2503
84+
Mistral-small-3.1-24b-instruct-2503 is a model developed by Mistral to perform text processing and image analysis on many languages.
85+
This model was optimized to have a dense knowledge and faster tokens throughput compared to its size.
86+
87+
#### Model names
88+
```
89+
mistral/mistral-small-3.1-24b-instruct-2503:bf16
90+
```
91+
7292
## Text models
7393

7494
### Mixtral-8x7b-instruct-v0.1
7595
Mixtral-8x7b-instruct-v0.1, developed by Mistral, is tailored for instructional platforms and virtual assistants.
7696
Trained on vast instructional datasets, it provides clear and concise instructions across various domains, enhancing user learning experiences.
7797

78-
| Attribute | Value |
79-
|-----------|-------|
80-
| Structured output supported | Yes |
81-
| Function calling | No |
82-
| Supported languages | English, French, German, Spanish |
83-
8498
#### Model names
8599
```
86100
mistral/mixtral-8x7b-instruct-v0.1:fp8

0 commit comments

Comments
 (0)