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/reference-content/integrating-generative-apis-with-popular-tools.mdx
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The following table compares AI tools and libraries supported by Scaleway's Gene
24
24
|[LlamaIndex](#llamaindex-advanced-rag-applications)| Library for building advanced AI RAG applications | Knowledge graph building, document retrieval, data indexing | Medium |
25
25
|[Continue Dev](#continue-dev-ai-coding-assistance)| IDE extension for AI-powered coding assistance | Code completion, code review | Low |
26
26
|[Zed AI](#zed-ai-coding-assistance)| IDE including AI-powered coding assistance | Code completion, code review | Low |
|[Chatbox AI](#chatbox-ai)| Desktop client for generative APIs, available on Windows, Mac, Linux | AI copilot for documents, images, or code| Low |
28
29
|[cURL/Python](#custom-http-integrations)| Direct HTTP API calls for custom integrations | Custom applications, data processing | High |
29
30
@@ -194,6 +195,43 @@ Chatbox AI is a powerful AI client and smart assistant, compatible with Scaleway
194
195
Refer to our dedicated documentation for [installing and configuring Chatbox AI with Generative APIs](/tutorials/configure-chatboxai-with-generative-apis/)
195
196
</Message>
196
197
198
+
## Bolt.diy (code generation)
199
+
200
+
Bolt.diy is a software enabling users to create web applications from the prompt.
201
+
202
+
1. Install and launch Bolt.diy locally. Follow the setup instructions provided in the [Bolt.diy GitHub repository](https://github.com/stackblitz-labs/bolt.diy?tab=readme-ov-file#setup).
203
+
2. Once Bolt.diy is running, open the interface in your web browser.
204
+
3. Click the icon next to the Bolt logo to display the sidebar.
205
+
4. Click the cogwheel icon in the sidebar's bottom left corner to open the **Settings**.
206
+
5. Click **Local Providers** to add a new external provider configuration.
207
+
6. Toggle the switch next to **OpenAILike** to enable it. Then, enter the Scaleway API endpoint: `https://api.scaleway.ai/v1` as the base URL.
208
+
7. In Bolt's main menu, select`OpenAILike` and input your **Scaleway Secret Key** as the `OpenAILike API Key`.
209
+
8. Select one of the supported models from Scaleway Generative APIs. For best results with Bolt.diy, which requires a significant amount of output tokens (8000 by default), start with the `llama-3.1-8b-instruct` model.
210
+
9. Enter your prompt in the Bolt.diy interface to see your application being generated.
211
+
212
+
Alternatively, you can also setup your Scaleway Secret Key by renaming `.env.example` to `.env`, adding corresponding environment variables values and restarting Bolt.diy:
To enable configuration from `.env` is taken into account, you still need to enable**OpenAILike** from Bolt interface in**Settings > Local Providers** section.
219
+
<Message type="note"
220
+
If you first configured your credentials through the browser, you also need to reset your browser's cookies for your localhost domain (as Bolt.diy stores model provider configuration information in the browser).
221
+
</Message>
222
+
223
+
<Message type="tip">
224
+
If you want to limit access to a specific Scaleway Project, replace API endpoint with `https://api.scaleway.ai/###PROJECT_ID###/v1/` since the default URL `https://api.scaleway.ai/v1/` can only be used with the default project.
225
+
</Message>
226
+
227
+
## Chatbox AI
228
+
229
+
Chatbox AI is a powerful AI client and smart assistant, compatible with Scaleway's Generative APIs service. It is available across multiple platforms, including Windows, macOS, Android, iOS, Web, and Linux.
230
+
231
+
<Message type="tip">
232
+
Refer to our dedicated documentation for [installing and configuring Chatbox AI with Generative APIs](/tutorials/configure-chatboxai-with-generative-apis/)
233
+
</Message>
234
+
197
235
## Custom HTTP integrations
198
236
199
237
You can interact with Scaleway's Generative APIs directly using any HTTP client.
0 commit comments