From 79c7c810eb76aa9764232d5f4dcf203fc967bd36 Mon Sep 17 00:00:00 2001 From: fpagny Date: Tue, 4 Feb 2025 15:47:43 +0100 Subject: [PATCH 1/8] Update model-lifecycle.mdx Update model lifecycle policy to manage model in "Preview" status. --- .../reference-content/model-lifecycle.mdx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pages/generative-apis/reference-content/model-lifecycle.mdx b/pages/generative-apis/reference-content/model-lifecycle.mdx index 1a0e6cff49..68dc4f50fa 100644 --- a/pages/generative-apis/reference-content/model-lifecycle.mdx +++ b/pages/generative-apis/reference-content/model-lifecycle.mdx @@ -15,9 +15,10 @@ Scaleway is dedicated to updating and offering the latest versions of generative As new versions of models are introduced, you have the opportunity to explore them through the Scaleway console. -A model provided through Scaleway Generative APIs may be classified into one of these statuses: `Active`, `Deprecated`, or `End-of-Life` (EOL). +A model provided through Scaleway Generative APIs may be classified into one of these statuses: `Preview`, `Active`, `Deprecated`, or `End-of-Life` (EOL). -- **Active**: This status indicates that the model version is under continuous development by the provider, with ongoing updates that may include bug fixes and enhancements. +- **Preview**: This status indicates that the model can be tested but no Service Level Agreements are yet provided. At this stage, there is no guarantee the model will reach `Active` status. In most cases, `Preview` model will still be deployable in dedicated instances using [Managed Inference](https://www.scaleway.com/en/inference/) product. +- **Active**: This status indicates that the model version is under continuous development, with ongoing updates that may include bug fixes, enhancements and provideService Level Agreemnt - **Deprecated**: A model version is designated deprecated when a newer, more efficient version is available. Scaleway assigns an EOL date to these deprecated versions. Although deprecated versions remain usable, it's recommended to transition to an active version by the EOL date. - **EOL**: At this stage, the model version is retired and no longer accessible for use. Any attempts to utilize an End-of-Life version will not be successful. @@ -25,7 +26,11 @@ A model provided through Scaleway Generative APIs may be classified into one of In the Scaleway console, a model version’s status is marked as either **Active** or **Deprecated**. -We guarantee support for new models for at least 8 months starting from their regional launch. Customers will receive a 3-month notice before any model is marked as End-of-Life (EOL). +We guarantee support for new models in `Active` status for at least 8 months starting from their regional launch. Customers will receive a 3-month notice before any model is marked as End-of-Life (EOL). +We guarantee support for new models in `Preview` status for at least 1 months starting from their regional launch. Customers will receive a 1-month notice before any `Preview` model removed from Generative APIs. + +When removing a model, if an alternative model of a similar type is available in Generative APIs, we may redirect traffic to this alternative model instead of removing the model string from the API. This will prevent any applications not updated in time from breaking completely, although we cannot guarantee models outputs will stay similar. + Following the EOL date, information regarding the model version remains exclusively available on our [dedicated documentation page](/generative-apis/reference-content/supported-models/#deprecated-models). From faf9deee9039ca8bc969053169a347740ba35257 Mon Sep 17 00:00:00 2001 From: fpagny Date: Tue, 4 Feb 2025 15:49:22 +0100 Subject: [PATCH 2/8] Update model-lifecycle.mdx --- pages/generative-apis/reference-content/model-lifecycle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/generative-apis/reference-content/model-lifecycle.mdx b/pages/generative-apis/reference-content/model-lifecycle.mdx index 68dc4f50fa..1d40a5b7b9 100644 --- a/pages/generative-apis/reference-content/model-lifecycle.mdx +++ b/pages/generative-apis/reference-content/model-lifecycle.mdx @@ -23,7 +23,7 @@ A model provided through Scaleway Generative APIs may be classified into one of - **EOL**: At this stage, the model version is retired and no longer accessible for use. Any attempts to utilize an End-of-Life version will not be successful. - In the Scaleway console, a model version’s status is marked as either **Active** or **Deprecated**. + In the Scaleway console, a model version’s status is marked as either **Preview**, **Active** or **Deprecated**. We guarantee support for new models in `Active` status for at least 8 months starting from their regional launch. Customers will receive a 3-month notice before any model is marked as End-of-Life (EOL). From 505ec331555b65bd30b533a3fdd8ecad61d9cc80 Mon Sep 17 00:00:00 2001 From: fpagny Date: Wed, 5 Feb 2025 12:12:48 +0100 Subject: [PATCH 3/8] Update pages/generative-apis/reference-content/model-lifecycle.mdx Co-authored-by: Benedikt Rollik --- pages/generative-apis/reference-content/model-lifecycle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/generative-apis/reference-content/model-lifecycle.mdx b/pages/generative-apis/reference-content/model-lifecycle.mdx index 1d40a5b7b9..c4af361dd8 100644 --- a/pages/generative-apis/reference-content/model-lifecycle.mdx +++ b/pages/generative-apis/reference-content/model-lifecycle.mdx @@ -17,7 +17,7 @@ As new versions of models are introduced, you have the opportunity to explore th A model provided through Scaleway Generative APIs may be classified into one of these statuses: `Preview`, `Active`, `Deprecated`, or `End-of-Life` (EOL). -- **Preview**: This status indicates that the model can be tested but no Service Level Agreements are yet provided. At this stage, there is no guarantee the model will reach `Active` status. In most cases, `Preview` model will still be deployable in dedicated instances using [Managed Inference](https://www.scaleway.com/en/inference/) product. +- **Preview**: This status indicates that the model can be tested but no service-level agreements are yet provided. At this stage, the model is not guaranteed to reach `Active` status. In most cases, `Preview` model will still be deployable in dedicated instances using [Managed Inference](https://www.scaleway.com/en/inference/) product. - **Active**: This status indicates that the model version is under continuous development, with ongoing updates that may include bug fixes, enhancements and provideService Level Agreemnt - **Deprecated**: A model version is designated deprecated when a newer, more efficient version is available. Scaleway assigns an EOL date to these deprecated versions. Although deprecated versions remain usable, it's recommended to transition to an active version by the EOL date. - **EOL**: At this stage, the model version is retired and no longer accessible for use. Any attempts to utilize an End-of-Life version will not be successful. From 9942b5c626eeb3716624f9044f5715ac7a489c58 Mon Sep 17 00:00:00 2001 From: fpagny Date: Wed, 5 Feb 2025 12:13:20 +0100 Subject: [PATCH 4/8] Update pages/generative-apis/reference-content/model-lifecycle.mdx Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- pages/generative-apis/reference-content/model-lifecycle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/generative-apis/reference-content/model-lifecycle.mdx b/pages/generative-apis/reference-content/model-lifecycle.mdx index c4af361dd8..ea2778ea25 100644 --- a/pages/generative-apis/reference-content/model-lifecycle.mdx +++ b/pages/generative-apis/reference-content/model-lifecycle.mdx @@ -18,7 +18,7 @@ As new versions of models are introduced, you have the opportunity to explore th A model provided through Scaleway Generative APIs may be classified into one of these statuses: `Preview`, `Active`, `Deprecated`, or `End-of-Life` (EOL). - **Preview**: This status indicates that the model can be tested but no service-level agreements are yet provided. At this stage, the model is not guaranteed to reach `Active` status. In most cases, `Preview` model will still be deployable in dedicated instances using [Managed Inference](https://www.scaleway.com/en/inference/) product. -- **Active**: This status indicates that the model version is under continuous development, with ongoing updates that may include bug fixes, enhancements and provideService Level Agreemnt +- **Active**: This status indicates that the model version is under continuous development, with ongoing updates that may include bug fixes and enhancements, and provides service-level agreement. - **Deprecated**: A model version is designated deprecated when a newer, more efficient version is available. Scaleway assigns an EOL date to these deprecated versions. Although deprecated versions remain usable, it's recommended to transition to an active version by the EOL date. - **EOL**: At this stage, the model version is retired and no longer accessible for use. Any attempts to utilize an End-of-Life version will not be successful. From 4a4c99c9587b888cc1b9748821923ca989b58127 Mon Sep 17 00:00:00 2001 From: fpagny Date: Wed, 5 Feb 2025 12:13:31 +0100 Subject: [PATCH 5/8] Update pages/generative-apis/reference-content/model-lifecycle.mdx Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- pages/generative-apis/reference-content/model-lifecycle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/generative-apis/reference-content/model-lifecycle.mdx b/pages/generative-apis/reference-content/model-lifecycle.mdx index ea2778ea25..b2b2c8f6da 100644 --- a/pages/generative-apis/reference-content/model-lifecycle.mdx +++ b/pages/generative-apis/reference-content/model-lifecycle.mdx @@ -23,7 +23,7 @@ A model provided through Scaleway Generative APIs may be classified into one of - **EOL**: At this stage, the model version is retired and no longer accessible for use. Any attempts to utilize an End-of-Life version will not be successful. - In the Scaleway console, a model version’s status is marked as either **Preview**, **Active** or **Deprecated**. + In the Scaleway console, a model version’s status is marked as either **Preview**, **Active**, or **Deprecated**. We guarantee support for new models in `Active` status for at least 8 months starting from their regional launch. Customers will receive a 3-month notice before any model is marked as End-of-Life (EOL). From 347aea37d72a1984bcc945b4537191461ebe0934 Mon Sep 17 00:00:00 2001 From: fpagny Date: Wed, 5 Feb 2025 12:14:04 +0100 Subject: [PATCH 6/8] Update pages/generative-apis/reference-content/model-lifecycle.mdx Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- pages/generative-apis/reference-content/model-lifecycle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/generative-apis/reference-content/model-lifecycle.mdx b/pages/generative-apis/reference-content/model-lifecycle.mdx index b2b2c8f6da..5ddaba7df6 100644 --- a/pages/generative-apis/reference-content/model-lifecycle.mdx +++ b/pages/generative-apis/reference-content/model-lifecycle.mdx @@ -27,7 +27,7 @@ A model provided through Scaleway Generative APIs may be classified into one of We guarantee support for new models in `Active` status for at least 8 months starting from their regional launch. Customers will receive a 3-month notice before any model is marked as End-of-Life (EOL). -We guarantee support for new models in `Preview` status for at least 1 months starting from their regional launch. Customers will receive a 1-month notice before any `Preview` model removed from Generative APIs. +We guarantee support for new models in `Preview` status for at least 1 month starting from their regional launch. Customers will receive a 1-month notice before any `Preview` model is removed from Generative APIs. When removing a model, if an alternative model of a similar type is available in Generative APIs, we may redirect traffic to this alternative model instead of removing the model string from the API. This will prevent any applications not updated in time from breaking completely, although we cannot guarantee models outputs will stay similar. From 02085a268ea220d2d0d8c459e9055ff06783015a Mon Sep 17 00:00:00 2001 From: fpagny Date: Wed, 5 Feb 2025 12:14:17 +0100 Subject: [PATCH 7/8] Update pages/generative-apis/reference-content/model-lifecycle.mdx Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- pages/generative-apis/reference-content/model-lifecycle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/generative-apis/reference-content/model-lifecycle.mdx b/pages/generative-apis/reference-content/model-lifecycle.mdx index 5ddaba7df6..759727240a 100644 --- a/pages/generative-apis/reference-content/model-lifecycle.mdx +++ b/pages/generative-apis/reference-content/model-lifecycle.mdx @@ -29,7 +29,7 @@ A model provided through Scaleway Generative APIs may be classified into one of We guarantee support for new models in `Active` status for at least 8 months starting from their regional launch. Customers will receive a 3-month notice before any model is marked as End-of-Life (EOL). We guarantee support for new models in `Preview` status for at least 1 month starting from their regional launch. Customers will receive a 1-month notice before any `Preview` model is removed from Generative APIs. -When removing a model, if an alternative model of a similar type is available in Generative APIs, we may redirect traffic to this alternative model instead of removing the model string from the API. This will prevent any applications not updated in time from breaking completely, although we cannot guarantee models outputs will stay similar. +When removing a model, if an alternative model of a similar type is available in Generative APIs, we may redirect traffic to this alternative model instead of removing the model string from the API. This will prevent applications not updated in time from breaking completely, although we cannot guarantee model outputs will stay similar. From 34cf347b1ba881cb813602091180b53d27c02186 Mon Sep 17 00:00:00 2001 From: fpagny Date: Wed, 5 Feb 2025 12:14:26 +0100 Subject: [PATCH 8/8] Update pages/generative-apis/reference-content/model-lifecycle.mdx Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- pages/generative-apis/reference-content/model-lifecycle.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/generative-apis/reference-content/model-lifecycle.mdx b/pages/generative-apis/reference-content/model-lifecycle.mdx index 759727240a..4edf17e444 100644 --- a/pages/generative-apis/reference-content/model-lifecycle.mdx +++ b/pages/generative-apis/reference-content/model-lifecycle.mdx @@ -31,7 +31,6 @@ We guarantee support for new models in `Preview` status for at least 1 month sta When removing a model, if an alternative model of a similar type is available in Generative APIs, we may redirect traffic to this alternative model instead of removing the model string from the API. This will prevent applications not updated in time from breaking completely, although we cannot guarantee model outputs will stay similar. - Following the EOL date, information regarding the model version remains exclusively available on our [dedicated documentation page](/generative-apis/reference-content/supported-models/#deprecated-models).