You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/generative-apis/reference-content/model-lifecycle.mdx
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,21 @@ Scaleway is dedicated to updating and offering the latest versions of generative
15
15
16
16
As new versions of models are introduced, you have the opportunity to explore them through the Scaleway console.
17
17
18
-
A model provided through Scaleway Generative APIs may be classified into one of these statuses: `Active`, `Deprecated`, or `End-of-Life` (EOL).
18
+
A model provided through Scaleway Generative APIs may be classified into one of these statuses: `Preview`, `Active`, `Deprecated`, or `End-of-Life` (EOL).
19
19
20
-
-**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.
20
+
-**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.
21
+
-**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.
21
22
-**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.
22
23
-**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.
23
24
24
25
<Messagetype="note">
25
-
In the Scaleway console, a model version’s status is marked as either **Active** or **Deprecated**.
26
+
In the Scaleway console, a model version’s status is marked as either **Preview**, **Active**, or **Deprecated**.
26
27
</Message>
27
28
28
-
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).
29
+
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).
30
+
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.
31
+
32
+
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.
29
33
30
34
<Messagetype="important">
31
35
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).
0 commit comments