Skip to content

Commit 54e6617

Browse files
authored
feat(genapi): update supported models status (#5055)
* feat(genapi): update supported models status * feat(genapi): update end of life models * fix(genapi): update typos
1 parent dd61afd commit 54e6617

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Our API supports the most popular models for [Chat](/generative-apis/how-to/quer
1818
| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card |
1919
|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
2020
| Google (Preview) | `gemma-3-27b-it` | 40k | 8192 | [Gemma](https://ai.google.dev/gemma/terms) | [HF](https://huggingface.co/google/gemma-3-27b-it) |
21-
| Mistral (Preview) | `mistral-small-3.1-24b-instruct-2503` | 128k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Mistral-Small-3.1-24B-Instruct-2503) |
21+
| Mistral | `mistral-small-3.1-24b-instruct-2503` | 128k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Mistral-Small-3.1-24B-Instruct-2503) |
2222

2323
## Chat models
2424

@@ -29,7 +29,7 @@ Our API supports the most popular models for [Chat](/generative-apis/how-to/quer
2929
| Mistral | `mistral-nemo-instruct-2407` | 128k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) |
3030
| Qwen | `qwen2.5-coder-32b-instruct` | 32k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct) |
3131
| DeepSeek (Preview) | `deepseek-r1` | 20k | 4096 | [MIT](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md) | [HF](https://huggingface.co/deepseek-ai/DeepSeek-R1) |
32-
| DeepSeek (Preview) | `deepseek-r1-distill-llama-70b` | 32k | 4096 | [MIT](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md) | [HF](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B) |
32+
| DeepSeek | `deepseek-r1-distill-llama-70b` | 32k | 4096 | [MIT](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md) | [HF](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B) |
3333

3434
<Message type="note">
3535
DeepSeek-R1 is currently under maintenance and therefore not available on Generative APIs anymore.
@@ -63,18 +63,22 @@ Our [Embeddings API](/generative-apis/how-to/query-embedding-models) provides bu
6363

6464
## Deprecated models
6565

66-
Scaleway's model lifecyle is introduced on our [dedicated documentation page](/generative-apis/reference-content/model-lifecycle/).
66+
These models can still be accessed in Generative APIs, but their End of Life (EOL) is planned according to our [model lifecyle policy](/generative-apis/reference-content/model-lifecycle/).
67+
Deprecated models should not be queried anymore. We recommend to use newer models available in Generative APIs or to deploy these models in dedicated [Managed Inference](https://console.scaleway.com/inference/deployments) deployments.
6768

68-
| Provider | Model string | EOL date
69+
| Provider | Model string | End of Life (EOL) date
6970
|-----------------|-----------------|-----------------|
7071
| Meta | `llama-3.1-70b-instruct` | 25th May, 2025 |
71-
| SBERT | `sentence-t5-xxl` | 26 February, 2025 |
7272

7373
<Message type="note">
7474
Llama 3.1 70B is now deprecated. The new Llama 3.3 70B is available with similar or better performance in most use cases.
7575
After May 25th 2025, your requests to Llama 3.1 70B will be redirected automatically to Llama 3.3 70B. Llama 3.1 8B is not affected by this change and remains supported.
7676
</Message>
7777

78-
## EOL models
78+
## End of Life (EOL) models
79+
80+
These models are not accessible anymore from Generative APIs. They can still however be deployed on dedicated [Managed Inference](https://console.scaleway.com/inference/deployments) deployments.
7981

80-
This section will list models that are retired and no longer accessible for use.
82+
| Provider | Model string | EOL date
83+
|-----------------|-----------------|-----------------|
84+
| SBERT | `sentence-t5-xxl` | 26 February, 2025 |

0 commit comments

Comments
 (0)