Deploy Onyx (open-source AI knowledge assistant) on DCDN Cloud with one click, powered by our OpenAI-compatible inference backend.
Onyx is an open-source AI platform that connects to your company's documents (Slack, Google Drive, Confluence, etc.) and provides an intelligent search and chat interface. Think of it as a private ChatGPT that knows your organization's data.
DCDN Cloud provides a fully OpenAI-compatible API that Onyx can use as its LLM provider. No OpenAI API key needed.
| Setting | Value |
|---|---|
| API Base URL | https://dcdncloud.com/v1 |
| Model (Smart) | dcdn-smart |
| Model (Fast) | dcdn-fast |
| Model (Reasoning) | dcdn-reasoning |
| API Key | Your DCDN Cloud API token |
In Onyx's environment config:
GEN_AI_API_BASE=https://dcdncloud.com/v1 GEN_AI_MODEL_VERSION=dcdn-smart GEN_AI_API_KEY=your_dcdn_token FAST_GEN_AI_MODEL_VERSION=dcdn-fast
Deploy a full Onyx stack on a DCDN VPS from the Compute dashboard:
s-large or higher — 4 GB RAM minimum)The template deploys via Docker Compose:
💡 The template auto-configures Onyx to use DCDN Cloud as the LLM backend. Just provide your API token during setup.
DCDN Cloud's Browser API can be used as an MCP (Model Context Protocol) tool server, giving Onyx agents the ability to browse the web.
| Feature | Details |
|---|---|
| MCP Server | dcdncloud.com:7379 |
| Protocol | MCP over HTTP (JSON-RPC) |
| Capabilities | Navigate, screenshot, click, type, extract text |
| Nodes | 7 nodes with headless Chrome |
| Regions | EU, US, SA — multi-region browsing |
Available MCP tools:
browser_navigate — Open a URLbrowser_screenshot — Capture page screenshotbrowser_click — Click an elementbrowser_type — Type text into an inputbrowser_extract — Extract page text/databrowser_evaluate — Run JavaScript on the page| Use Case | Plan | Price |
|---|---|---|
| Small team (1-10 users) | s-large (2 vCPU, 4 GB) | $20/mo |
| Medium team (10-50 users) | s-xl (4 vCPU, 8 GB) | $40/mo |
| Large deployment | d-medium (4 vCPU, 8 GB dedicated) | $48/mo |
All 21 DCDN Cloud models work with Onyx. Recommended:
dcdn-smart — Best quality for document Q&A (Claude Sonnet 4.6)dcdn-fast — Lower latency for real-time chatdcdn-reasoning — Complex analysis and multi-step reasoning| Self-Host | DCDN Template | |
|---|---|---|
| Setup time | 1-2 hours | ~2 minutes |
| LLM provider | You configure | Pre-configured (DCDN) |
| Infrastructure | Your servers | DCDN VPS (managed) |
| Updates | Manual | Docker pull + restart |
| Browser tools | Not included | MCP connector ready |