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

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

text
Base URL: https://api.unorouter.com/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, Display, AI Provider, then Add Custom Provider.

  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: UnoRouter
    API Mode: OpenAI API Compatible
    API Host: https://api.unorouter.com
    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 Models.

Recommended models

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

glm-5.3-search:freeglm-5.3-think-search:freeglm-5.3-thinking:freeglm-5.3:freeqwen-3.8-27b:free

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