OpenClaw is a personal AI assistant you run on your own devices. Connect it to Qubrid AI to use Qubrid models through OpenClaw’s onboarding flow and interact via the terminal, web UI, or messaging channels.Documentation Index
Fetch the complete documentation index at: https://docs.platform.qubrid.com/llms.txt
Use this file to discover all available pages before exploring further.
- Node.js 22.19+ or Node.js 24 (recommended) installed on your machine
- npm or pnpm available in your terminal
- A Qubrid account on the Qubrid AI Platform
- A Qubrid API key (how to generate an API key)
Install OpenClaw
OpenClaw supports multiple installation methods. See the OpenClaw GitHub repository for Docker, Nix, and other setup options. This guide uses npm (you can also usepnpm add -g openclaw@latest).
Configure Qubrid AI in OpenClaw
Review the security notice
Select Quickstart onboarding mode
Select Custom provider
Enter the Qubrid API base URL
Paste your Qubrid API key
- Open the Qubrid AI Platform and create an API key. Follow the steps in How to generate an API Key.
- Copy the key and paste it into the onboarding prompt.
Select OpenAI-compatible endpoint
Enter the model ID
Wait for verification
Set endpoint ID and model alias (optional)
- Endpoint ID - A custom label you choose (for example
qubridorqubrid-gpt-oss-120b). - Model alias - Optional display name for the model in OpenClaw. Set it however you prefer, or leave it blank.
Configure or skip channels
- Configure now - Follow the extra steps to link your account on the channel you choose.
- Skip for now - You can add channels later and use OpenClaw from the TUI or web UI in the meantime.
Configure or skip search providers
Configure or skip skills
Configure hooks
Confirm gateway installation
Things you can do with OpenClaw
Once setup is complete, try these examples:- Chat in the TUI or web UI - Ask questions, draft content, or debug code using your Qubrid model.
- Run agent tasks - Use
openclaw agentto run multi-step tasks with configurable thinking depth. - Connect messaging apps - Talk to your assistant on WhatsApp, Telegram, Discord, Slack, and other supported channels.
- Send messages from the CLI - Use
openclaw message sendto send messages through a connected channel. - Add skills and automation - Enable skills, cron jobs, and hooks for recurring or event-driven workflows.
- Switch models - Change the default model or add more Qubrid models through OpenClaw’s model configuration.
Monitor usage on Qubrid
Keep an eye on your usage and costs on the Qubrid platform.- Review Inference Logs to see request history and debug issues.
- Check your credit balance before long-running or high-volume sessions.
- Rotate API keys if you suspect a key was exposed.
Configuration reference
Use these values when connecting OpenClaw to Qubrid during onboarding:| Setting | Value |
|---|---|
| Provider | Custom provider |
| API base URL | https://platform.qubrid.com/v1 |
| Endpoint compatibility | OpenAI Compatible |
| Example model ID | openai/gpt-oss-120b |
| API key | Your Qubrid API key |
Frequently Asked Questions (FAQ)
Onboarding stops at the security notice
Onboarding stops at the security notice
Model verification fails
Model verification fails
- API base URL is exactly
https://platform.qubrid.com/v1 - API key is valid and pasted correctly (generate a new key if needed from Manage API Keys)
- Model ID matches the value on the Qubrid model page (for example
openai/gpt-oss-120b) - Endpoint compatibility is set to OpenAI Compatible
Model not available in OpenClaw
Model not available in OpenClaw
Responses are slow or time out
Responses are slow or time out
https://platform.qubrid.com/v1. Review the model in the AI Playground for expected latency.Use Inference Logs to see whether requests are failing or taking longer than expected on the platform side.How do I track usage and costs?
How do I track usage and costs?