You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,18 +69,32 @@ A quick overview of available models in Scaleway's catalog and their core attrib
69
69
Despite efforts for accuracy, the possibility of generated text containing inaccuracies or [hallucinations](/managed-inference/concepts/#hallucinations) exists. Always verify the content generated independently.
70
70
</Message>
71
71
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
+
72
92
## Text models
73
93
74
94
### Mixtral-8x7b-instruct-v0.1
75
95
Mixtral-8x7b-instruct-v0.1, developed by Mistral, is tailored for instructional platforms and virtual assistants.
76
96
Trained on vast instructional datasets, it provides clear and concise instructions across various domains, enhancing user learning experiences.
77
97
78
-
| Attribute | Value |
79
-
|-----------|-------|
80
-
| Structured output supported | Yes |
81
-
| Function calling | No |
82
-
| Supported languages | English, French, German, Spanish |
0 commit comments