Skip to content

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:

SettingValue
Service typeAnthropic / Claude compatible
API KeyYOUR_API_KEY
API URLhttps://cubicspaces.cloud
ModelSelect a Claude model available to your account

If your Cherry Studio version requires a full API prefix, use:

text
https://cubicspaces.cloud/v1

Test 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.