Search docs...

Start typing to search documentation

chatbox
Chatbox

Chatbox Integration Guide

Connect UnoRouter 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

Drop these values into the client. Your key auto-fills when you are signed in.

text
Base URL: https://api.unorouter.ai/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

    Click Settings, then Display, then AI Provider, then Add Custom Provider.

  2. 2
    Pick OpenAI API Compatible mode

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

  3. 3
    Split host and path

    Chatbox needs Host and Path as separate fields. Put the chat completions path in API Path.

    text
    Name: UnoRouter
    API Mode: OpenAI API Compatible
    API Host: https://api.unorouter.ai
    API Path: /v1/chat/completions
    API Key: YOUR_API_KEY

    Sign in to auto-fill your API key

  4. 4
    Add models

    Add the UnoRouter models you want under the Models section.

Recommended models

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

deepseek-v3.2mistral-small-2506mistral-vibe-cli-fastministral-14b-latestmistral-medium-c21211-r0-75

Gotchas

  • Putting /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 specifically want the Responses spec.
Generate API KeyModels