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
+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,7 +15,7 @@ dates:
15
15
This service is free while in beta. Starting March 12th 2025, Generative APIs will become Generally Available, and the [following pricing](https://www.scaleway.com/en/pricing/model-as-a-service/#generative-apis) will apply along with exsting [Specific terms and conditions](https://www.scaleway.com/en/contracts/).
16
16
</Message>
17
17
18
-
Our [Chat API](/generative-apis/how-to/query-language-models) has built-in support for the most popular instruct models.
18
+
Our API supports the most popular models for [Chat](/generative-apis/how-to/query-language-models), [Vision](/generative-apis/how-to/query-vision-models/) and [Embeddings](/generative-apis/how-to/query-embedding-models/)
19
19
20
20
## Chat models
21
21
@@ -25,18 +25,22 @@ Our [Chat API](/generative-apis/how-to/query-language-models) has built-in suppo
25
25
| Meta |`llama-3.1-70b-instruct`| 128k | 4096 |[Llama 3.1 Community](https://llama.meta.com/llama3_1/license/)|[HF](https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct)|
26
26
| Meta |`llama-3.1-8b-instruct`| 128k | 16384 |[Llama 3.1 Community](https://llama.meta.com/llama3_1/license/)|[HF](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct)|
Missing a model? [Tell us what you would like to see here](https://feature-request.scaleway.com/?tags=ai-services), and we might add it shortly.
43
+
Images size are limited to 32 million pixels (eg. around 8096x4048 resolution). Note that images above 1024x1024 are supported, but will be downscaled automatically to fit within this limits (image ratio and proportions will be preserved).
0 commit comments