Skip to content

Commit 10f115f

Browse files
authored
feat(genapi): update Zed integration with Qwen3 Coder
1 parent 585fb20 commit 10f115f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/generative-apis/reference-content/adding-ai-to-zed-ide.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Zed is an IDE (Integrated Development Environment) including AI coding assistanc
2828
"api_url": "https://api.scaleway.ai/v1",
2929
"available_models": [
3030
{
31-
"name": "devstral-small-2505",
32-
"display_name": "Devstral Small - Scaleway",
31+
"name": "qwen3-coder-30b-a3b-instruct",
32+
"display_name": "Qwen3 Coder - Scaleway",
3333
"max_tokens": 128000
3434
}
3535
],
@@ -40,13 +40,13 @@ Zed is an IDE (Integrated Development Environment) including AI coding assistanc
4040
"default_profile": "write",
4141
"default_model": {
4242
"provider": "openai",
43-
"model": "devstral-small-2505"
43+
"model": "qwen3-coder-30b-a3b-instruct"
4444
}
4545
}
4646
}
4747
```
4848

49-
This configuration will add a `devstral-small-2505` Scaleway hosted model available with the Zed `openai` provider, and use it as default model.
49+
This configuration will add a `qwen3-coder-30b-a3b-instruct` Scaleway hosted model available with the Zed `openai` provider, and use it as default model.
5050

5151
2. Open AI Assistant configuration by either using the command palette and typing `assistant: show configuration` or clicking on the bottom right **Assistant Panel** button and then **Assistant menu** in top right and finally **Configure**.
5252

@@ -55,5 +55,5 @@ Zed is an IDE (Integrated Development Environment) including AI coding assistanc
5555
Your key will be deleted if you restart Zed. To store it permanently, you can set up your Scaleway secret key as `OPENAI_API_KEY` environment variable and restart Zed.
5656
</Message>
5757

58-
4. Your setup is complete. If you open a new chat and select the `Devstral Small - Scaleway` model, you can send text and see the model using local tools to perform actions such as file reading or editing. You can review changes before they are applied and also add custom remote tools using [Custom MCP Servers](https://zed.dev/docs/ai/mcp).
58+
4. Your setup is complete. If you open a new chat and select the `Qwen3 Coder - Scaleway` model, you can send text and see the model using local tools to perform actions such as file reading or editing. You can review changes before they are applied and also add custom remote tools using [Custom MCP Servers](https://zed.dev/docs/ai/mcp).
5959
Additionally, you can use the [Inline Assist](https://zed.dev/docs/ai/inline-assistant) feature when editing your code.

0 commit comments

Comments
 (0)