Integrations
Connect Your Tools
Use Qubrid AI models in your favorite editors, agents, and web interfaces through the OpenAI-compatible API.
Qubrid serverless models work with the tools you already use. Most integrations connect through Qubrid's OpenAI-compatible API, so you can point editors, agents, and chat UIs at https://platform.qubrid.com/v1 with your API key and start using hosted models without managing infrastructure.
Whether you code in an IDE, run a local agent, or chat in a self-hosted web UI, the guides below walk through setup step by step. Each page includes configuration details, troubleshooting, and links to the official tool documentation.
Get your API key
Generate a Qubrid API key before connecting any integration.
What you need for most integrations:
- A Qubrid account on the Qubrid AI Platform
- A Qubrid API key (how to generate an API key)
- API base URL:
https://platform.qubrid.com/v1 - Model IDs from Serverless Models (case-sensitive)
How it works
Qubrid exposes serverless text, code, vision, and OCR models over a standard chat-completions API. Third-party tools that support OpenAI-compatible or custom endpoint providers can use Qubrid as the backend.
Typical setup:
- Install or open the tool you want to use.
- Add Qubrid as a provider with base URL
https://platform.qubrid.com/v1. - Paste your Qubrid API key.
- Select a model (or let the tool discover models from the endpoint).
- Start chatting or coding.
Some guides include video tutorials on the integration page. Model usage and costs appear in Inference Logs on the Qubrid platform.
Code editors & IDEs
Use Qubrid models for inline assistance, chat, and agentic coding inside your editor.
Cursor
Add Qubrid as an OpenAI-compatible provider and select models from Cursor chat.
VS Code
Register Qubrid as a custom Chat Completions endpoint in the language model picker.
Zed
Connect Zed to Qubrid through the OpenAI-compatible model provider settings.
Claude Code
Run Qubrid open-source models in Claude Code using an API translation proxy.
AI agents & assistants
Run autonomous or multi-channel assistants backed by Qubrid models.
Hermes
Install Hermes Agent and connect to Qubrid via the full setup wizard. Chat from the CLI or messaging apps.
OpenClaw
Onboard OpenClaw with a custom OpenAI-compatible provider and use Qubrid from the TUI, web UI, or channels.
Web interfaces
Host your own chat UI and load models from Qubrid.
Pick the right guide
| If you want to… | Start with |
|---|---|
| Code with AI in Cursor or VS Code | Cursor or VS Code |
| Use Zed as your editor | Zed |
| Run Claude Code on Qubrid OSS models | Claude Code |
| Deploy a personal agent with messaging support | Hermes or OpenClaw |
| Self-host a web chat interface | Open WebUI |
Browse the full model catalog and pricing on Serverless Models before choosing which models to connect.
Next steps
Open an integration guide for full setup instructions:
Zed
Step-by-step setup for connecting Zed to Qubrid AI. This is the next guide in the Integrations section.
OpenClaw
Personal AI assistant with TUI, web UI, and messaging channels.
Open WebUI
Self-hosted web chat backed by Qubrid models.
Claude Code
Agentic coding CLI with Qubrid open-source models.
Cursor
AI-powered coding in Cursor with Qubrid models.
Hermes
Hermes Agent with CLI and messaging platform support.
VS Code
Custom Chat Completions endpoint in VS Code.