Chatbox
Connect Chatbox to APIClaw through an OpenAI API Compatible provider.
Prerequisites
- Create an API key in the API Keys dashboard.
- Copy a full model ID from the model hub.
Configure
- Open Chatbox settings → Model Providers.
- Click Add at the bottom of the provider list and choose type OpenAI API Compatible.
- 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.bizAlternate host:
text
https://apiclaw.biz/v1Alternate path:
text
/chat/completions| Setting | Value |
|---|---|
| API Key | Your APIClaw API key |
| Model | Full model ID from the model hub |
- 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.
- 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.