Skip to content

Commit 117eb02

Browse files
RoRoJnerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 36ac238 commit 117eb02

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pages/generative-apis/reference-content/integrate-with-cursor.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,31 @@ import cursorSettingsImage from './assets/scw-cursor-settings.webp'
1212

1313
Cursor is an AI-powered code editor that helps developers write and edit code more efficiently. It can read your existing codebase, help you navigate it, and generate code based on your natural language descriptions. Built on top of Visual Studio Code, it allows you to integrate language models directly into your coding workflows.
1414

15-
This guide will help you integrate Scaleway Generative APIs into Cursor. This lets you use models such as `qwen3-coder-30b-a3b-instruct` for code assistance and generation.
15+
This guide will help you integrate Scaleway Generative APIs into Cursor. This lets you use models such as `qwen3-coder-30b-a3b-instruct` for code assistance and generation.
1616

1717
<Requirements />
1818

1919
- A Scaleway account logged into the [console](https://console.scaleway.com)
2020
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2121
- A valid [API key](/iam/how-to/create-api-keys/) for API authentication
22-
- Installed [Cursor](https://cursor.com/) on your local machine, and logged in.
22+
- Installed [Cursor](https://cursor.com/) on your local machine, and logged in
2323

2424
## Configuring Cursor to use Scaleway Generative APIs
2525

2626
<Lightbox src={cursorSettingsImage} alt="Screenshot of Cursor settings interface showing the configuration for Scaleway Generative APIs, with fields for OpenAI API key and base URL override" />
2727

2828
1. Open Cursor in your browser.
29-
1. Click on the gear icon in the top right corner. The **Cursor Settings** screen displays.
30-
2. In the left sidebar, click **Models**.
31-
3. Uncollapse the **API Keys** section, and toggle on the **OpenAI API Key** setting.
32-
4. Paste the secret part of your [Scaleway API key](/iam/how-to/create-api-keys/) into the **OpenAI API Key** field.
33-
5. Toggle on the **Override OpenAI Base URL** option.
34-
6. Enter `https://api.scaleway.ai/v1` as your base URL in the field that displays.
29+
2. Click on the gear icon in the top right corner. The **Cursor Settings** screen displays.
30+
3. In the left sidebar, click **Models**.
31+
4. Uncollapse the **API Keys** section, and toggle on the **OpenAI API Key** setting.
32+
5. Paste the secret part of your [Scaleway API key](/iam/how-to/create-api-keys/) into the **OpenAI API Key** field.
33+
6. Toggle on the **Override OpenAI Base URL** option.
34+
7. Enter `https://api.scaleway.ai/v1` as your base URL in the field that displays.
3535
<Message type="tip">
3636
If you are using a Project other than your [default Project](/organizations-and-projects/concepts/#default-project), modify the base URL accordingly: `https://api.scaleway.ai/{project_id}/v1`
3737
</Message>
38-
7. In the **Models** search bar at the top of the page, paste name of the model you want to use, for example, `qwen3-coder-30b-a3b-instruct`.
39-
8. Click **Add Custom Model**, then **Add** next to the name of the matching model.
38+
8. In the **Models** search bar at the top of the page, paste the name of the model you want to use, for example, `qwen3-coder-30b-a3b-instruct`.
39+
9. Click **Add Custom Model**, then **Add** next to the name of the matching model.
4040

4141
The model is added. Close the **Cursor Settings** tab.
4242

0 commit comments

Comments
 (0)