From 2de921288b38f7cdb693e791ea3aeef184e9c7c1 Mon Sep 17 00:00:00 2001 From: fpagny Date: Thu, 2 Jan 2025 14:22:20 +0100 Subject: [PATCH] Update supported-models.mdx Adding llama-3.3-70b-instruct to supported models list --- ai-data/generative-apis/reference-content/supported-models.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ai-data/generative-apis/reference-content/supported-models.mdx b/ai-data/generative-apis/reference-content/supported-models.mdx index fbe797cbe6..7687b71405 100644 --- a/ai-data/generative-apis/reference-content/supported-models.mdx +++ b/ai-data/generative-apis/reference-content/supported-models.mdx @@ -7,7 +7,7 @@ content: paragraph: Generative APIs offer serverless AI models hosted at Scaleway - no need to configure hardware or deploy your own models tags: generative-apis ai-data supported-models dates: - validation: 2024-10-30 + validation: 2025-01-02 posted: 2024-09-02 --- @@ -21,6 +21,7 @@ Our [Chat API](/ai-data/generative-apis/how-to/query-language-models) has built- | Provider | Model string | Context window | License | Model card | |-----------------|-----------------|-----------------|-----------------|-----------------| +| Meta | `llama-3.3-70b-instruct` | 128k | [Llama 3.3 Community License Agreement](https://www.llama.com/llama3_3/license/) | [HF](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) | | Meta | `llama-3.1-8b-instruct` | 128k | [Llama 3.1 Community License Agreement](https://llama.meta.com/llama3_1/license/) | [HF](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) | | Meta | `llama-3.1-70b-instruct` | 128k | [Llama 3.1 Community License Agreement](https://llama.meta.com/llama3_1/license/) | [HF](https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct) | | Mistral | `mistral-nemo-instruct-2407` | 128k | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) |