From 47bc607b3051ced4ffdb12c7608565c51a9969c3 Mon Sep 17 00:00:00 2001 From: fpagny Date: Tue, 18 Nov 2025 11:28:13 +0100 Subject: [PATCH 1/4] feat(genapi): update deprecated models Updated deprecation notices for mistral small 3.1, devstral and qwen2.5 coder models and added recommendations for alternatives. --- .../reference-content/supported-models.mdx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/pages/generative-apis/reference-content/supported-models.mdx b/pages/generative-apis/reference-content/supported-models.mdx index 93d26aace8..a5accd549b 100644 --- a/pages/generative-apis/reference-content/supported-models.mdx +++ b/pages/generative-apis/reference-content/supported-models.mdx @@ -74,15 +74,9 @@ Our [Embeddings API](/generative-apis/how-to/query-embedding-models) provides bu These models can still be accessed in Generative APIs, but their End of Life (EOL) is planned according to our [model lifecycle policy](/generative-apis/reference-content/model-lifecycle/). 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. -| Provider | Model string | End of Life (EOL) date -|-----------------|-----------------|-----------------| -| Mistral | `devstral-small-2505` | 14th November, 2025 | -| Mistral | `mistral-small-3.1-24b-instruct-2503` | 14th November, 2025 | -| Qwen | `qwen2.5-coder-32b-instruct` | 14th November, 2025 | - - 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. + `mistral-small-3.1-24b-instruct-2503` and `qwen2.5-coder-32b-instruct` are now deprecated. After November 14th 2025, requests to these models are now redirected respectively to similar or better performance in most use cases: `mistral-small-3.2-24b-instruct-2506` and `qwen3-coder-30b-a3b-instruct`. + `devstral-small-2505` is now deprecated and cannot be queried after November 14th 2025. We recommend to switch to a similar performing model, such as `qwen3-coder-30b-a3b-instruct`. ## End of Life (EOL) models @@ -92,4 +86,7 @@ These models are not accessible anymore from Generative APIs. They can still how | Provider | Model string | EOL date |-----------------|-----------------|-----------------| | Meta | `llama-3.1-70b-instruct` | 25th May, 2025 | +| Mistral | `devstral-small-2505` | 14th November, 2025 | +| Mistral | `mistral-small-3.1-24b-instruct-2503` | 14th November, 2025 | +| Qwen | `qwen2.5-coder-32b-instruct` | 14th November, 2025 | | SBERT | `sentence-t5-xxl` | 26 February, 2025 | From 34b022e3dd776adc92ec19198d4da58a747db8ba Mon Sep 17 00:00:00 2001 From: fpagny Date: Tue, 18 Nov 2025 12:00:37 +0100 Subject: [PATCH 2/4] feat(genapi): update deprecated models --- 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 a5accd549b..d1cbcd02ae 100644 --- a/pages/generative-apis/reference-content/supported-models.mdx +++ b/pages/generative-apis/reference-content/supported-models.mdx @@ -75,8 +75,8 @@ These models can still be accessed in Generative APIs, but their End of Life (EO 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. - `mistral-small-3.1-24b-instruct-2503` and `qwen2.5-coder-32b-instruct` are now deprecated. After November 14th 2025, requests to these models are now redirected respectively to similar or better performance in most use cases: `mistral-small-3.2-24b-instruct-2506` and `qwen3-coder-30b-a3b-instruct`. - `devstral-small-2505` is now deprecated and cannot be queried after November 14th 2025. We recommend to switch to a similar performing model, such as `qwen3-coder-30b-a3b-instruct`. + `mistral-small-3.1-24b-instruct-2503` is now deprecated. After November 14th 2025, requests to this model are now redirected to the newer version of this model: `mistral-small-3.2-24b-instruct-2506`. + `qwen2.5-coder-32b-instruct and `devstral-small-2505` are now deprecated. After November 14th 2025, requests to these models are now redirected to similar or better performing model in most use cases: `qwen3-coder-30b-a3b-instruct`. ## End of Life (EOL) models From 7c6f2eb7237dbbf78b6d39cf7a56f232385d528d Mon Sep 17 00:00:00 2001 From: fpagny Date: Tue, 18 Nov 2025 14:35:00 +0100 Subject: [PATCH 3/4] fix(genapi): supported model wording Apply suggestions from nerda-codes --- 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 d1cbcd02ae..ea5c131404 100644 --- a/pages/generative-apis/reference-content/supported-models.mdx +++ b/pages/generative-apis/reference-content/supported-models.mdx @@ -75,8 +75,8 @@ These models can still be accessed in Generative APIs, but their End of Life (EO 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. - `mistral-small-3.1-24b-instruct-2503` is now deprecated. After November 14th 2025, requests to this model are now redirected to the newer version of this model: `mistral-small-3.2-24b-instruct-2506`. - `qwen2.5-coder-32b-instruct and `devstral-small-2505` are now deprecated. After November 14th 2025, requests to these models are now redirected to similar or better performing model in most use cases: `qwen3-coder-30b-a3b-instruct`. + `mistral-small-3.1-24b-instruct-2503` has been deprecated as of November 14th, 2025. Requests to this model are now redirected to a more recent version of this model: `mistral-small-3.2-24b-instruct-2506`. + `qwen2.5-coder-32b-instruct and `devstral-small-2505` have been deprecated as of November 14th, 2025. Requests to these models are now redirected to version offering similar or improved performance in most use cases: `qwen3-coder-30b-a3b-instruct`. ## End of Life (EOL) models From 6897ade16a1fd4e6f8a60b7724409a8760792627 Mon Sep 17 00:00:00 2001 From: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:14:03 +0100 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> --- pages/generative-apis/reference-content/supported-models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/generative-apis/reference-content/supported-models.mdx b/pages/generative-apis/reference-content/supported-models.mdx index ea5c131404..b5c017131e 100644 --- a/pages/generative-apis/reference-content/supported-models.mdx +++ b/pages/generative-apis/reference-content/supported-models.mdx @@ -76,7 +76,7 @@ Deprecated models should not be queried anymore. We recommend to use newer model `mistral-small-3.1-24b-instruct-2503` has been deprecated as of November 14th, 2025. Requests to this model are now redirected to a more recent version of this model: `mistral-small-3.2-24b-instruct-2506`. - `qwen2.5-coder-32b-instruct and `devstral-small-2505` have been deprecated as of November 14th, 2025. Requests to these models are now redirected to version offering similar or improved performance in most use cases: `qwen3-coder-30b-a3b-instruct`. + `qwen2.5-coder-32b-instruct and `devstral-small-2505` have been deprecated as of November 14th, 2025. Requests to these models are now redirected to a version offering similar or improved performance in most use cases: `qwen3-coder-30b-a3b-instruct`. ## End of Life (EOL) models