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
+34-1Lines changed: 34 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,38 @@ 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 user to create applications from prompt.
201
+
202
+
To use Bolt.diy with Scaleway's Generative APIs, you can:
203
+
- [Install and launch Bolt.diy locally](https://github.com/stackblitz-labs/bolt.diy?tab=readme-ov-file#setup)
204
+
- In Bolt interface, click on **Settings** in the bottom left corner.
205
+
- Then, click on **Local Providers**.
206
+
- Enable **OpenAILike** and add your API endpoint: `https://api.scaleway.ai/v1` by default.
207
+
- In Bolt main menu, you can now select `OpenAILike` and add your **Scaleway Secret Key** as `OpenAILike API Key`.
208
+
- You can now also select one of the supported models from Scaleway Generative APIs. We suggest you start with `llama-3.1-8b-instruct` as Bolt requires significant amount of output tokens (8000 by default), which can take a long time to generate and may not be supported by bigger models.
209
+
210
+
You can now enter a prompt and see your application being generated.
211
+
212
+
Alternatively, you can also setup your Scaleway Secret Key by editing `.env.production` corresponding environment variables values and restarting Bolt.diy:
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.
220
+
</Message>
221
+
222
+
## Chatbox AI
223
+
224
+
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.
225
+
226
+
<Message type="tip">
227
+
Refer to our dedicated documentation for [installing and configuring Chatbox AI with Generative APIs](/tutorials/configure-chatboxai-with-generative-apis/)
228
+
</Message>
229
+
197
230
## Custom HTTP integrations
198
231
199
232
You can interact with Scaleway's Generative APIs directly using any HTTP client.
0 commit comments