From 8e0f2d58f33e7051814340041ee4d30003f6c56d Mon Sep 17 00:00:00 2001 From: fpagny Date: Tue, 25 Feb 2025 15:59:56 +0100 Subject: [PATCH 1/2] Update supported-models.mdx --- .../reference-content/supported-models.mdx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pages/generative-apis/reference-content/supported-models.mdx b/pages/generative-apis/reference-content/supported-models.mdx index a0a4ded3f1..0f1ad58a89 100644 --- a/pages/generative-apis/reference-content/supported-models.mdx +++ b/pages/generative-apis/reference-content/supported-models.mdx @@ -22,7 +22,6 @@ Our API supports the most popular models for [Chat](/generative-apis/how-to/quer | Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card | |-----------------|-----------------|-----------------|-----------------|-----------------|-----------------| | 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) | -| 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) | | 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) | | 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) | | 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 | Provider | Model string | EOL date |-----------------|-----------------|-----------------| -| SBERT | `sentence-t5-xxl` | 26 February, 2025 | +| Meta | `llama-3.1-70b-instruct` | 25th May, 2025 | +| SBERT | `sentence-t5-xxl` | 26 February, 2025 | + + + 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. + 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. + ## EOL models From e9c530ec1cbecba598eba0107414fbc6071d35cc Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 25 Feb 2025 16:34:30 +0100 Subject: [PATCH 2/2] Update pages/generative-apis/reference-content/supported-models.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com> --- pages/generative-apis/reference-content/supported-models.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/generative-apis/reference-content/supported-models.mdx b/pages/generative-apis/reference-content/supported-models.mdx index 0f1ad58a89..be67eb4391 100644 --- a/pages/generative-apis/reference-content/supported-models.mdx +++ b/pages/generative-apis/reference-content/supported-models.mdx @@ -68,8 +68,8 @@ Scaleway's model lifecyle is introduced on our [dedicated documentation page](/g | SBERT | `sentence-t5-xxl` | 26 February, 2025 | - 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. - 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. + Llama 3.1 70B is now deprecated. The new Llama 3.3 70B is available with similar or better performance in most use cases. +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. ## EOL models