Skip to content

Commit 8e0f2d5

Browse files
authored
Update supported-models.mdx
1 parent d5d0240 commit 8e0f2d5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Our API supports the most popular models for [Chat](/generative-apis/how-to/quer
2222
| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card |
2323
|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
2424
| Meta | `llama-3.3-70b-instruct` | 128k | 4096 | [Llama 3.3 Community](https://www.llama.com/llama3_3/license/) | [HF](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) |
25-
| Meta | `llama-3.1-70b-instruct` | 128k | 4096 | [Llama 3.1 Community](https://llama.meta.com/llama3_1/license/) | [HF](https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct) |
2625
| Meta | `llama-3.1-8b-instruct` | 128k | 16384 | [Llama 3.1 Community](https://llama.meta.com/llama3_1/license/) | [HF](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) |
2726
| 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) |
2827
| Qwen | `qwen2.5-coder-32b-instruct` | 128k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct) |
@@ -65,7 +64,13 @@ Scaleway's model lifecyle is introduced on our [dedicated documentation page](/g
6564

6665
| Provider | Model string | EOL date
6766
|-----------------|-----------------|-----------------|
68-
| SBERT | `sentence-t5-xxl` | 26 February, 2025 |
67+
| Meta | `llama-3.1-70b-instruct` | 25th May, 2025 |
68+
| SBERT | `sentence-t5-xxl` | 26 February, 2025 |
69+
70+
<Message type="note">
71+
Llama 3.1 70B is now deprecated, as the newer Llama 3.3 70B is available with similar or above performance in most use cases.
72+
After, 25th May 2025, 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 in Active support.
73+
</Message>
6974

7075
## EOL models
7176

0 commit comments

Comments
 (0)