Chatbox

Connect Chatbox to APIClaw through an OpenAI API Compatible provider.

Prerequisites

  1. Create an API key in the API Keys dashboard.
  2. Copy a full model ID from the model hub.

Configure

  1. Open Chatbox settings → Model Providers.
  2. Click Add at the bottom of the provider list and choose type OpenAI API Compatible.
  3. Use one of these safe host/path combinations (never double /v1).

Recommended host, with API Path left empty (Chatbox defaults it to /v1/chat/completions):

text
https://apiclaw.biz

Alternate host:

text
https://apiclaw.biz/v1

Alternate path:

text
/chat/completions
SettingValue
API KeyYour APIClaw API key
ModelFull model ID from the model hub
  1. Add your model by typing the ID on the provider page, then tick its capability boxes if you need vision or tool calls. An unconfigured model is treated as text-only.
  2. Save and run Check if available.

Verify

Start a new conversation. Confirm the request in logs.

Troubleshooting

If you see 404 errors, you likely combined Host https://apiclaw.biz/v1 with Path /v1/chat/completions. Drop one of the /v1 segments.