Configure ChatBox to use 123API as a custom OpenAI-compatible endpoint.
In most cases, choose the OpenAI-compatible or OpenAI API option and fill in:
| Field | Value |
|---|---|
| Provider | OpenAI API |
| API Host / Base URL | https://123api.co/v1 |
| API Key | Your 123API key |
| Model | Example: 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.
Recommended starting set:
gpt-4o-mini for everyday usegpt-4o for higher-quality outputgpt-5 for difficult reasoning promptsclaude-sonnet if your ChatBox build supports that route cleanlygemini-2.0-flash for fast multimodal experimentationGET /v1/modelsCheck the host value, confirm the API key is valid and test whether your local environment can access https://123api.co.
Type the model ID manually if ChatBox does not auto-refresh the list, and make sure the ID exists in GET /v1/models.
Re-open settings and verify that the provider type, host format and model family still match each other.
Review the chat completion request format used by ChatBox-compatible integrations.