Search docs...

Start typing to search documentation

chatbox
Chatbox

Chatbox Integration Guide

Connect dabboUno to Chatbox using OpenAI API Compatible mode.

Overview

Chatbox supports any OpenAI-compatible base. Use OpenAI API Compatible mode and split the URL into Host and Path.

Quick Config

Paste these into the client. Your key auto-fills when signed in.

text
Base URL: https://newapi.c.dabbo.net/v1/chat/completions
API Key: YOUR_API_KEY

Sign in to auto-fill your API key

Compatibility

Chat CompletionsStreaming

Step-by-step setup

  1. 1
    Open Add Custom Provider

    Go to Settings, Model Provider, then Add.

  2. 2
    Pick OpenAI API Compatible mode

    Do not pick the Responses API option unless you want the Responses route.

  3. 3
    Split host and path

    Host and Path are separate fields. Put the chat completions path in API Path.

    text
    Name: dabboUno
    API Mode: OpenAI API Compatible
    API Host: https://newapi.c.dabbo.net
    API Path: /v1/chat/completions
    API Key: YOUR_API_KEY

    Sign in to auto-fill your API key

  4. 4
    Add models

    Add the dabboUno models you want under Models.

Recommended models

Free models that work here. Paste any model id into the client.

Gotchas

  • /v1 in Host with an empty Path does not work. Keep the full chat completions path in API Path.
  • Use OpenAI API Compatible, not OpenAI Responses API Compatible, unless you want the Responses spec.
Generate API KeyModels