Skip to content

Commit ba33bb1

Browse files
authored
feat(genapi): update supported models
1 parent 2c007fd commit ba33bb1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pages/generative-apis/reference-content/supported-models.mdx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,27 @@ title: Supported models
33
description: This page lists which open-source chat or embedding models Scaleway is currently hosting
44
tags: generative-apis ai-data supported-models
55
dates:
6-
validation: 2025-08-20
6+
validation: 2025-09-12
77
posted: 2024-09-02
88
---
99

10-
Our API supports the most popular models for [Chat](/generative-apis/how-to/query-language-models), [Vision](/generative-apis/how-to/query-vision-models/) and [Embeddings](/generative-apis/how-to/query-embedding-models/).
10+
Our API supports the most popular models for [Chat](/generative-apis/how-to/query-language-models), [Vision](/generative-apis/how-to/query-vision-models/), [Audio](/generative-apis/how-to/query-audio-models/) and [Embeddings](/generative-apis/how-to/query-embedding-models/).
1111

12-
## Multimodal models (chat and vision)
12+
## Multimodal models
13+
14+
### Chat and Vision models
1315

1416
| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card |
1517
|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
1618
| Google (Preview) | `gemma-3-27b-it` | 40k | 8192 | [Gemma](https://ai.google.dev/gemma/terms) | [HF](https://huggingface.co/google/gemma-3-27b-it) |
1719
| Mistral | `mistral-small-3.2-24b-instruct-2506` | 128k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Mistral-Small-3.2-24B-Instruct-2506) |
1820

21+
### Chat and Audio models
22+
23+
| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card |
24+
|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
25+
| Mistral | `voxtral-small-24b-2507` | 32k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Voxtral-Small-24B-2507) |
26+
1927
## Chat models
2028

2129
| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card |

0 commit comments

Comments
 (0)