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
+
Image sizes are limited to 32 million pixels (e.g., a resolution of about 8096 x 4048). Images with a resolution higher than 1024 x 1024 are supported, but automatically downscaled to fit these limitations (image ratio and proportions will be preserved).
0 commit comments