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_KEYCompatibility
Chat CompletionsStreaming
Step-by-step setup
- 1Open Add Custom Provider
Go to Settings, Model Provider, then Add.
- 2Pick OpenAI API Compatible mode
Do not pick the Responses API option unless you want the Responses route.
- 3Split host and path
Host and Path are separate fields. Put the chat completions path in API Path.
textName: dabboUno API Mode: OpenAI API Compatible API Host: https://newapi.c.dabbo.net API Path: /v1/chat/completions API Key: YOUR_API_KEY - 4Add 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.