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_KEYCompatibility
Chat CompletionsStreaming
Step-by-step setup
- 1Open Add Custom Provider
Click Settings, then Display, then AI Provider, then Add Custom Provider.
- 2Pick OpenAI API Compatible mode
Do not pick the Responses API option unless you specifically want the Responses route.
- 3Split host and path
Chatbox needs Host and Path as separate fields. Put the chat completions path in API Path.
textName: UnoRouter API Mode: OpenAI API Compatible API Host: https://api.unorouter.ai API Path: /v1/chat/completions API Key: YOUR_API_KEY - 4Add 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.