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/supported-models.mdx
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,18 +63,24 @@ Our [Embeddings API](/generative-apis/how-to/query-embedding-models) provides bu
63
63
64
64
## Deprecated models
65
65
66
-
Scaleway's model lifecyle is introduced on our [dedicated documentation page](/generative-apis/reference-content/model-lifecycle/).
66
+
These models can still be accessed in Generative APIs, but their End of Life (EOL) is planned according to our [model lifecyle](/generative-apis/reference-content/model-lifecycle/).
67
+
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.
67
68
68
-
| Provider | Model string | EOL date
69
+
| Provider | Model string | End of Life (EOL) date
| Meta |`llama-3.1-70b-instruct`| 25th May, 2025 |
71
-
| SBERT |`sentence-t5-xxl`| 26 February, 2025 |
72
72
73
73
<Messagetype="note">
74
74
Llama 3.1 70B is now deprecated. The new Llama 3.3 70B is available with similar or better performance in most use cases.
75
75
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.
76
76
</Message>
77
77
78
-
## EOL models
78
+
## End of Life (EOL) models
79
+
80
+
These models are not accessible anymore from Generative APIs. They can still however be deployed on dedicated [Managed Inference](https://console.scaleway.com/inference/deployments) deployments.
0 commit comments