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:

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:

  1. Install or open the tool you want to use.
  2. Add Qubrid as a provider with base URL https://platform.qubrid.com/v1.
  3. Paste your Qubrid API key.
  4. Select a model (or let the tool discover models from the endpoint).
  5. 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.

AI agents & assistants

Run autonomous or multi-channel assistants backed by Qubrid models.

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 CodeCursor or VS Code
Use Zed as your editorZed
Run Claude Code on Qubrid OSS modelsClaude Code
Deploy a personal agent with messaging supportHermes or OpenClaw
Self-host a web chat interfaceOpen 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.