Skip to content

Commit 6124b6c

Browse files
committed
feat(genapi): update doc
1 parent 301ec40 commit 6124b6c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The following table compares AI tools and libraries supported by Scaleway's Gene
2323
| [LangChain](#langchain-rag-and-llm-applications) | Library for building AI applications | Inference, embeddings, document indexing and retrieval | Medium |
2424
| [LlamaIndex](#llamaindex-document-indexing-and-retrieval) | Library for indexing and retrieving documents using AI models | Document indexing and retrieval, question answering | Medium |
2525
| [Continue Dev](#continue-dev-ai-coding-assistance) | Library for AI-powered coding assistance | Code completion, code review | Low |
26+
| [Chatbox AI](#chatbox-ai) | Desktop client for generative APIs, available on Windows, Mac, Linux | AI copilot for documents, images, or code| Low |
2627
| [Transformers (Hugging Face)](#transformers-hugging-face-integration) | Library for pre-trained models for natural language processing | Text generation, language translation, text summarization | Medium |
2728
| [cURL/Python](#api-clients-and-custom-integrations) | Direct API clients for custom integrations | Custom applications, data processing | High |
2829

@@ -175,6 +176,16 @@ To use Continue Dev with Scaleway's Generative APIs, you'll need to modify the `
175176
Make sure to replace `<API secret key>` with your actual API key.
176177
</Message>
177178

179+
## Chatbox AI
180+
181+
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.
182+
183+
<Message type="tip">
184+
Refer our dedicated documentation for
185+
- [Installing and configuring Chatbox AI with Generative APIs](/tutorials/configure-chatboxai-with-generative-apis/)
186+
</Message>
187+
188+
178189
## Transformers (Hugging Face integration)
179190

180191
Hugging Face's `transformers` library provides a range of pre-trained models for natural language processing. Scaleway's Generative APIs support Hugging Face integration for text generation and more.

0 commit comments

Comments
 (0)