Skip to content

Commit c6af8f0

Browse files
committed
feat(genapi): content
1 parent 27d4bcf commit c6af8f0

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

pages/generative-apis/how-to/query-code-models.mdx

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,25 @@ dates:
1111
posted: 2024-12-09
1212
---
1313

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).
1525

1626
<Macro id="requirements" />
1727

1828
- A Scaleway account logged into the [console](https://console.scaleway.com)
1929
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2030
- A valid [API key](/iam/how-to/create-api-keys/) for API authentication
2131
- Python 3.7+ installed on your system
32+
- An IDE such as Visual Studio Code or JetBrains
2233

2334
### Querying code models with Scaleway's Generative APIs
2435

@@ -107,8 +118,6 @@ Code models are AI-powered tools that can understand, generate, and fix code. Wi
107118
for detailed information how to integrate Continue in your favourite IDE.
108119
</Message>
109120

110-
111-
112121
### Using Continue with your IDE
113122
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:
114123

0 commit comments

Comments
 (0)