Skip to content

Commit db1abd1

Browse files
fpagnynerda-codes
authored andcommitted
Update supported-models.mdx (scaleway#4245)
* Update supported-models.mdx Add Maximum Output Token size to models description for Generative APIs * Update supported-models.mdx Shorten content to make supported models table more readable * Update ai-data/generative-apis/reference-content/supported-models.mdx --------- Co-authored-by: Néda <[email protected]>
1 parent 7b4f8fe commit db1abd1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ai-data/generative-apis/reference-content/supported-models.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Our [Chat API](/ai-data/generative-apis/how-to/query-language-models) has built-
1919

2020
## Chat models
2121

22-
| Provider | Model string | Context window | License | Model card |
23-
|-----------------|-----------------|-----------------|-----------------|-----------------|
24-
| 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) |
25-
| 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) |
26-
| 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) |
27-
| 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) |
28-
| Mistral | `pixtral-12b-2409` | 128k | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Pixtral-12B-2409) |
29-
| Qwen | `qwen2.5-coder-32b-instruct` | 128k | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct) |
22+
| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card |
23+
|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
24+
| Meta | `llama-3.3-70b-instruct` | 128k | 4096 | [Llama 3.3 Community](https://www.llama.com/llama3_3/license/) | [HF](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) |
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+
| 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) |
27+
| Mistral | `mistral-nemo-instruct-2407` | 128k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) |
28+
| Mistral | `pixtral-12b-2409` | 128k | 4096 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Pixtral-12B-2409) |
29+
| Qwen | `qwen2.5-coder-32b-instruct` | 128k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct) |
3030

3131

3232
<Message type="tip">

0 commit comments

Comments
 (0)