Common configuration parameters
| Field | Recommended value |
|---|---|
| Supplier type | OpenAI Compatible / Custom OpenAI |
| API Key | Independent Key created by AIFast console |
| Base URL | https://www.aifast.club/v1 |
| Model ID | from /v1/models Return result copy |
Verify before configuring:
curl https://www.aifast.club/v1/models \
-H "Authorization: Bearer $API_KEY"
Chatbox configuration ideas
- Open the model provider or model settings.
- Choose OpenAI API or OpenAI Compatible custom service.
- Fill in the API Key and Base URL.
- Add the real model ID manually, or refresh the model list.
- After saving, create a new session for minimal testing.
If Chatbox will automatically append /v1, the address should be adjusted based on connection testing or request logs to avoid /v1/v1。
Cherry Studio configuration ideas
- Go to "Settings/Model Services".
- Add custom suppliers.
- Select the OpenAI Compatible method.
- Fill in the API Key and API address.
- Use the Manage or Add Model function to enter the real model ID.
- Perform a connection check and set the model as the assistant default model.
The client interface will be updated. If the menu name is different from this article, you should look for similar fields such as "Model Service", "Supplier", "API Address", "Custom Model", etc.
Connection test passed but unable to chat
Connection tests may only check domain names, certifications, or model lists. Keep checking:
- Whether the model actually selected in the session is consistent with the added model.
- Whether the model ID contains extra spaces or a Chinese name.
- Request whether to enter
/v1/chat/completions。 - Whether the current model supports images, tool calls, or long contexts.
401, 404 and model not found
- 401: Check API Key and Bearer authentication.
- 404: Check Base URL and client automatic splicing rules.
- model not found: Requery
/v1/models, copy the realid。 - Return HTML: The request did not enter the API route.
Multi-device use
Different devices use independent keys to facilitate statistics, quotas and revocation. Do not pass keys via public sync services, chat logs, or screenshots.