Prerequisites
- Chatbox is installed.
- You have created an API key in the APIAny.AI dashboard.
- You have selected a model ID, such as
gpt-5.4-miniorgpt-4o-mini.
Configuration values
| Field | Value |
|---|---|
| OpenAI API Key | Your APIAny.AI API key |
| OpenAI API Host | https://apiany.ai/v1 |
| Claude API Host | https://apiany.ai/v1 |
| Gemini API Host | https://apiany.ai |
| Model | gpt-5.4-mini, claude-sonnet-4-6, gemini-3.5-flash |
Setup
- Open Chatbox and go to Settings.
- Choose the OpenAI API, Claude API, or Gemini API configuration page.
- Enter the API key, API host, and model ID.
- Save the configuration and send a test message.
Recommended models
| Model ID | Best for |
|---|---|
gpt-5.5 | Best first choice for complex reasoning, coding, and production workflows. |
gpt-5.4 | Strong general-purpose model for advanced chat and agent tasks. |
gpt-5.4-mini | Balanced speed, quality, and cost for everyday usage. |
gpt-4o-mini | Fast and economical choice for simple chat, translation, and lightweight tasks. |
claude-sonnet-4-6 | Claude-compatible model ID for long-form writing and coding workflows. |
gemini-3.5-flash | Gemini-compatible model ID for fast multimodal usage. |
Walkthrough screenshots
The screenshots below show the key configuration screens in Chatbox. API names and endpoints have been adjusted for APIAny.AI.Step 1

Step 2

Step 3

Step 4

Step 5

Step 6

Troubleshooting
401 or authentication errors
Make sure the API key is copied completely, has no extra spaces, and is enabled in the APIAny.AI dashboard.The model does not appear in the app
Enter the model ID manually and confirm it is available in the model catalog. Some tools do not fetch model lists automatically.Which Base URL should I use?
OpenAI-compatible settings usually usehttps://apiany.ai/v1; Claude-compatible settings usually use https://apiany.ai; tools that ask for a full endpoint use https://apiany.ai/v1/chat/completions.