Skip to content

Commit e796381

Browse files
committed
feat(ai): add content
1 parent 279487b commit e796381

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Our [Chat API](/ai-data/generative-apis/how-to/query-language-models) has built-
2525
| 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) |
2626
| 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) |
2727
| Mistral | `pixtral-12b-2409` | 128k | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Pixtral-12B-2409) |
28+
| Qwen | `qwen-2.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) |
2829

2930

3031
<Message type="tip">

ai-data/managed-inference/reference-content/qwen-2.5-coder-32b-instruct.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ qwen/qwen2.5-coder-32b-instruct:int8
3737

3838
## Model introduction
3939

40-
TODO
40+
Qwen2.5-coder is your intelligent programming assistant familiar more than 40 programming languages.
41+
With Qwen2.5-coder deployed at Scaleway, your company can benefit from code generation, AI-assisted code repair, and code reasoning.
4142

4243
## Why is it useful?
4344

44-
TODO
45+
- Qwen2.5-coder achieved the best performance on multiple popular code generation benchmarks (EvalPlus, LiveCodeBench, BigCodeBench), outranking many open-source models and giving competitive performance with GPT-4o.
46+
- This model is versatile. While demonstrating strong and comprehensive coding abilities, it also possesses good general and mathematical skills.
4547

4648
## How to use it
4749

@@ -55,7 +57,7 @@ curl -s \
5557
-H "Content-Type: application/json" \
5658
--request POST \
5759
--url "https://<Deployment UUID>.ifr.fr-par.scaleway.com/v1/chat/completions" \
58-
--data '{"model":"qwen/qwen2.5-coder-32b-instruct:int8", "messages":[{"role": "system", "content": "You are Qwen, created by Alibaba Cloud. You are a helpful code assistant."},{"role": "user","content": "Write a quick sort algorithm."}], "max_tokens": 1000, "temperature": 0.7, "stream": false}'
60+
--data '{"model":"qwen/qwen2.5-coder-32b-instruct:int8", "messages":[{"role": "system", "content": "You are Qwen, created by Alibaba Cloud. You are a helpful code assistant."},{"role": "user","content": "Write a quick sort algorithm."}], "max_tokens": 1000, "temperature": 1, "stream": false}'
5961
```
6062

6163
Make sure to replace `<IAM API key>` and `<Deployment UUID>` with your actual [IAM API key](/identity-and-access-management/iam/how-to/create-api-keys/) and the Deployment UUID you are targeting.

0 commit comments

Comments
 (0)