You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai-data/generative-apis/how-to/query-code-models.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,29 +13,30 @@ dates:
13
13
14
14
Scaleway's Generative APIs service allows users to interact with powerful code models hosted on the platform.
15
15
16
-
Code models are inherently language models specialized in **understanding code**, **generating code** and **fixing code**.
16
+
Code models are inherently [language models](/ai-data/generative-apis/how-to/query-language-models/) specialized in **understanding code**, **generating code** and **fixing code**.
17
17
18
18
As such, they will be available through the same interfaces as language models:
19
19
- The Scaleway [console](https://console.scaleway.com) provides complete [playground](/ai-data/generative-apis/how-to/query-language-models/#accessing-the-playground), aiming to test models, adapt parameters, and observe how these changes affect the output in real-time.
20
20
- Via the [Chat API](/ai-data/generative-apis/how-to/query-language-models/#querying-language-models-via-api)
21
+
21
22
For more information on how to query language models, read [our dedicated documentation](/ai-data/generative-apis/how-to/query-language-models/).
22
23
23
-
Code models are also ideal AI assistants when added to IDEs (integrated development environments).
24
+
Code models are also ideal AI assistants when **added to IDEs** (integrated development environments).
24
25
25
26
<Macroid="requirements" />
26
27
27
28
- A Scaleway account logged into the [console](https://console.scaleway.com)
28
29
-[Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
29
30
- A valid [API key](/identity-and-access-management/iam/how-to/create-api-keys/) for API authentication
30
-
- An IDE such as VS Code or JetBrains
31
+
- An IDE such as Visual Studio Code or JetBrains
31
32
32
33
## Install Continue in your IDE
33
34
34
35
[Continue](https://www.continue.dev/) is an [open-source code assistant](https://github.com/continuedev/continue) to connect AI models to your IDE.
35
36
36
-
To get Continue, simply hit `install`
37
-
-on the [Continue extension page in Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
38
-
-or on the [Continue extension page in JetBrains Marketplace](https://plugins.jetbrains.com/plugin/22707-continue)
37
+
To get Continue, simply hit `install`in your IDE's marketplace:
38
+
-[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
0 commit comments