From cb957c0aa532807fa92c7cb4349324476758e05d Mon Sep 17 00:00:00 2001 From: fpagny Date: Wed, 9 Apr 2025 09:58:30 +0200 Subject: [PATCH 1/2] feat(genapi): add gemma3 and mistral small 3.1 2503 --- .../generative-apis/reference-content/supported-models.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/generative-apis/reference-content/supported-models.mdx b/pages/generative-apis/reference-content/supported-models.mdx index 9fc7cd55dd..5ee5c00a22 100644 --- a/pages/generative-apis/reference-content/supported-models.mdx +++ b/pages/generative-apis/reference-content/supported-models.mdx @@ -17,6 +17,13 @@ dates: 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/). +## Multimodal models (chat and vision) + +| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card | +|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------| +| Google (Preview) | `gemma-3-27b-it` | 40k | 8192 | [Gemma](https://ai.google.dev/gemma/terms) | [HF](https://huggingface.co/google/gemma-3-27b-it) | +| Mistral (Preview) | `mistral-small-3.1-24b-instruct-2503` | 128k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Mistral-Small-3.1-24B-Instruct-2503) | + ## Chat models | Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card | From 2d5fa32bd79b74d91fad62fc7519dc5a93ce792e Mon Sep 17 00:00:00 2001 From: fpagny Date: Wed, 9 Apr 2025 14:41:53 +0200 Subject: [PATCH 2/2] feat(genapi): remove mention to beta being active --- pages/generative-apis/reference-content/supported-models.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/generative-apis/reference-content/supported-models.mdx b/pages/generative-apis/reference-content/supported-models.mdx index 5ee5c00a22..51fd2d971f 100644 --- a/pages/generative-apis/reference-content/supported-models.mdx +++ b/pages/generative-apis/reference-content/supported-models.mdx @@ -11,10 +11,6 @@ dates: posted: 2024-09-02 --- - - 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 existing [Specific terms and conditions](https://www.scaleway.com/en/contracts/). - - 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/). ## Multimodal models (chat and vision)