Chatbox
Chatbox v1.21.1 supports manual OpenAI-compatible Provider setup with a /v1 Base URL.
Before configuring
- This page uses placeholders only. Copy the real Key from PopGo API keys and the model from models and pricing.
- One-click setup is for software that is already installed and has registered its protocol handler. Allow the browser to open the external app when prompted.
- For manual setup, save one minimal Provider first. Enable streaming, tools, or multi-model routing only after the first request succeeds.
Official source and verification
This page was verified on 2026-07-14 against the official source for Chatbox v1.21.1. Official source. Verification covers the official Releases and the current custom Provider workflow.
One-click setup
Chatbox has no verified one-click import path. Use the manual setup below and never place a Key in a link.
Manual setup
Create an OpenAI-compatible Provider in Chatbox settings, then enter the fields below.
| Field | Value |
|---|---|
| Provider type | OpenAI compatible |
| Base URL | https://api.popgo.site/v1 |
| API Key | YOUR_API_KEY |
| Model | YOUR_MODEL |
Success check
Create a conversation, select YOUR_MODEL, and send a short message; returned content confirms the setup.
Common errors and recovery
- If the connection test fails, ensure the Base URL ends with exactly one
/v1and paste the Key again. - For a 401, paste
YOUR_API_KEYagain and remove surrounding whitespace. - For a 404, verify the Base URL level and make sure the client is not appending
/v1twice.