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: pages/generative-apis/how-to/query-code-models.mdx
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,25 @@ dates:
11
11
posted: 2024-12-09
12
12
---
13
13
14
-
Code models are AI-powered tools that can understand, generate, and fix code. With Scaleway's Generative APIs, you can access these code models and integrate them with your favorite IDEs.
14
+
Scaleway's Generative APIs service allows users to interact with powerful code models hosted on the platform.
15
+
16
+
Code models are inherently [language models](/generative-apis/how-to/query-language-models/) specialized in **understanding code**, **generating code** and **fixing code**.
17
+
18
+
As such, they will be available through the same interfaces as language models:
19
+
- The Scaleway [console](https://console.scaleway.com) provides complete [playground](/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
+
- Via the [Chat API](/generative-apis/how-to/query-language-models/#querying-language-models-via-api)
21
+
22
+
For more information on how to query language models, read [our dedicated documentation](/generative-apis/how-to/query-language-models/).
23
+
24
+
Code models are also ideal AI assistants when **added to IDEs** (integrated development environments).
15
25
16
26
<Macroid="requirements" />
17
27
18
28
- A Scaleway account logged into the [console](https://console.scaleway.com)
19
29
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
20
30
- A valid [API key](/iam/how-to/create-api-keys/) for API authentication
21
31
- Python 3.7+ installed on your system
32
+
- An IDE such as Visual Studio Code or JetBrains
22
33
23
34
### Querying code models with Scaleway's Generative APIs
24
35
@@ -107,8 +118,6 @@ Code models are AI-powered tools that can understand, generate, and fix code. Wi
107
118
for detailed information how to integrate Continue in your favourite IDE.
108
119
</Message>
109
120
110
-
111
-
112
121
### Using Continue with your IDE
113
122
Continue can be used with VS Code to automate tasks, generate code, and enhance your coding experience. Here are some examples of how to use Continue with VS Code:
0 commit comments