Configure Cherry Studio for Claude
This page explains how to add a Claude-compatible service in Cherry Studio and call Cubicspaces through the Claude Messages API.
For long-context cache behavior and request stability, see Cache & Request Affinity.
Add a Service
In Cherry Studio model service settings, add an Anthropic / Claude compatible service:
| Setting | Value |
|---|---|
| Service type | Anthropic / Claude compatible |
| API Key | YOUR_API_KEY |
| API URL | https://cubicspaces.cloud |
| Model | Select a Claude model available to your account |
If your Cherry Studio version requires a full API prefix, use:
text
https://cubicspaces.cloud/v1Test the Model
Save the service, create a new chat, select the model, and send:
text
Hello, briefly introduce Cubicspaces.If the model returns normally, Cherry Studio is connected through Cubicspaces.
Troubleshooting
Authentication failed
Check that the API key is your Cubicspaces API key.
Wrong request path
If the root URL fails, try the URL with /v1; Cherry Studio versions can differ in how they join Anthropic-compatible paths.