From 83caac27a02859866f7583c89e88ec0ce09da751 Mon Sep 17 00:00:00 2001 From: Thibault Genaitay Date: Tue, 26 Nov 2024 13:10:50 +0100 Subject: [PATCH 1/2] fix(ai): deprecated sentence t5 xxl --- .../reference-content/supported-models.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ai-data/generative-apis/reference-content/supported-models.mdx b/ai-data/generative-apis/reference-content/supported-models.mdx index 476d2951af..5acda88c0d 100644 --- a/ai-data/generative-apis/reference-content/supported-models.mdx +++ b/ai-data/generative-apis/reference-content/supported-models.mdx @@ -41,13 +41,20 @@ Our [Embeddings API](/ai-data/generative-apis/how-to/query-embedding-models) pro | Provider | Model string | Model size | Embedding dimension | Context window | License | Model card | |-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------| -| SBERT | `sentence-t5-xxl` | 5B | 768 | 512 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/sentence-transformers/sentence-t5-xxl) | | BAAI | `bge-multilingual-gemma2` | 9B | 3584 | 4096 | [Gemma](https://ai.google.dev/gemma/terms) | [HF](https://huggingface.co/BAAI/bge-multilingual-gemma2) | ## Request a model **Do not see a model you want to use?** [Tell us or vote for what you would like to add here.](https://feature-request.scaleway.com/?tags=ai-services) +## Deprecated models + +Scaleway's model lifecyle is introduced on our [dedicated documentation page](/ai-data/generative-apis/reference-content/model-lifecycle/). + +| Provider | Model string | EOL date +|-----------------|-----------------|-----------------| +| SBERT | `sentence-t5-xxl` | 26 February, 2025 | + ## EOL models -This section will list models retired and no longer accessible for use. All models are currently in `Active` status. +This section will list models retired and no longer accessible for use. From a1cd436b98df3a0509ca2eff0244643ecfc25dbe Mon Sep 17 00:00:00 2001 From: Thibault Genaitay Date: Tue, 26 Nov 2024 16:29:24 +0100 Subject: [PATCH 2/2] Update ai-data/generative-apis/reference-content/supported-models.mdx Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- ai-data/generative-apis/reference-content/supported-models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-data/generative-apis/reference-content/supported-models.mdx b/ai-data/generative-apis/reference-content/supported-models.mdx index 5acda88c0d..207c349d05 100644 --- a/ai-data/generative-apis/reference-content/supported-models.mdx +++ b/ai-data/generative-apis/reference-content/supported-models.mdx @@ -57,4 +57,4 @@ Scaleway's model lifecyle is introduced on our [dedicated documentation page](/a ## EOL models -This section will list models retired and no longer accessible for use. +This section will list models that are retired and no longer accessible for use.