Use Chatbox AI in Third-Party Apps
Chatbox AI provides an OpenAI-compatible API interface, allowing you to use Chatbox AI services in third-party applications that support the OpenAI API.
API Configuration
API Host
https://ai.chatboxai.app
API Key
Your Chatbox AI License Key
Getting Your API Key
Log in to your Chatbox AI account
Go to the Dashboard page
Copy your License Key
Configuration in Common Apps
Cursor
Open Cursor settings
Find Models > OpenAI API Key configuration
Enter your API Key
In Override OpenAI Base URL, enter:
https://ai.chatboxai.app/v1
Continue (VS Code Extension)
Add the following configuration to ~/.continue/config.json:
Cherry Studio
Open Settings > Model Providers
Add a new provider, select OpenAI API type
Enter API address:
https://ai.chatboxai.app/v1Enter your API Key
Open WebUI
Go to Admin Settings
Configure in Connections > OpenAI API
API Base URL:
https://ai.chatboxai.app/v1API Key: Enter your key
Other OpenAI API Compatible Apps
Most applications that support the OpenAI API can be integrated as follows:
Find the OpenAI API or custom API configuration option
Set the API Base URL to:
https://ai.chatboxai.app/v1Enter your Chatbox AI API Key (License Key)
Select the model you want to use
Available Models
Based on your subscription plan, you can use the following models:
Advanced Models (Pro/Pro+ Plans)
gpt-5- GPT 5claude-4.5-sonnet- Claude 4.5 Sonnetgemini-3-pro- Gemini 3 Pro
Standard Models (All Paid Plans)
deepseek-chat- DeepSeek V3deepseek-reasoner- DeepSeek R1deepseek-v3.2- DeepSeek V3.2kimi-k2- Kimi K2gpt-5-mini- GPT 5-minigemini-2.5-flash- Gemini 2.5 Flash
Note: Model names may be updated. Please refer to the official Chatbox AI website for the latest information.
FAQ
API Request Failed
Check if the API Key is correct
Confirm the API Host address is correct (note https and trailing slash)
Confirm your subscription plan is valid
Model Unavailable
Check if your subscription plan supports this model
Confirm the model name is correct
Point Consumption
Using API integration consumes compute points from your account, just like using the Chatbox client. Please monitor your point usage.
Related Links
Last updated