Skip to Content

Using 123API in ChatBox

Configure ChatBox to use 123API as a custom OpenAI-compatible endpoint.

Prerequisites

  1. Install ChatBox
  2. Generate an API key in the 123API Dashboard 
  3. Decide which model you want to use for daily conversations

Step 1: Open ChatBox Settings

  1. Launch ChatBox
  2. Open the setup wizard or click the settings icon
  3. Choose to use your own API provider

Step 2: Configure Provider

In most cases, choose the OpenAI-compatible or OpenAI API option and fill in:

FieldValue
ProviderOpenAI API
API Host / Base URLhttps://123api.co/v1
API KeyYour 123API key
ModelExample: gpt-4o

Some ChatBox versions ask for API Host instead of Base URL. If that field expects only the host, try https://123api.co first. If requests fail, switch to https://123api.co/v1.

Step 3: Choose a Model

Recommended starting set:

Step 4: Start Using

  1. Return to the main chat screen
  2. Select the configured model
  3. Send a small test prompt first
  4. Confirm the response is normal before saving the configuration as default

Usage Tips

FAQ

ChatBox cannot connect+

Check the host value, confirm the API key is valid and test whether your local environment can access https://123api.co.

The model does not appear in the dropdown+

Type the model ID manually if ChatBox does not auto-refresh the list, and make sure the ID exists in GET /v1/models.

Responses fail after changing provider+

Re-open settings and verify that the provider type, host format and model family still match each other.

Open API Manual

Review the chat completion request format used by ChatBox-compatible integrations.