Cherry Studio
How to fix a wrong Cherry Studio API address
The API Address is the core setting that connects to AI Code With. Cherry Studio appends the OpenAI-compatible paths to this address, so it must include the /v1 suffix and no extra trailing segments.
Start with these checks
The API Address is wrong or missing the /v1 suffix.
- Testing or sending a message fails, or the model list is empty.
- The API Address was entered without the /v1 suffix
- Open the AI Code With provider in Cherry Studio Settings โ Model Services
404ECONNREFUSEDtimeout01
Understand how Cherry Studio builds the request
Cherry Studio calls the OpenAI-compatible endpoint at the address you provide, appending paths like /models. Enter https://api.aicodewith.ai/v1 โ with /v1 โ and nothing after it.
02
Enter the correct API address
In the AI Code With provider settings, pick the OpenAI endpoint and change the API Address to https://api.aicodewith.ai/v1, then save.
- 1Open the AI Code With provider in Cherry Studio Settings โ Model Services
- 2Select the OpenAI endpoint in the provider settings
03
Verify the request succeeds
Click Test or send a message after saving; a normal reply means the address is correct. If the model list is empty, see the model-list-empty guide.
- 1Select the OpenAI endpoint in the provider settings
- 2Enter https://api.aicodewith.ai/v1 and remove any extra trailing path
If it is still not fixed
Sources
Reconfigure
Return to the integration center and continue the setup steps.
Return to the related setup step