Integrate with Cherry Studio

Cherry Studio is a desktop AI client that aggregates multiple models in one chat interface.

I. Prerequisites

Obtain your API Key from the LongCat Platform, and confirm on the Usage page that your account has sufficient token quota.

The LongCat API platform currently provides the following models:

Model NameAPI FormatDescription
LongCat-2.0OpenAI/AnthropicHigh-performance agentic model

II. Configure the LongCat API

  1. Find provider LongCat

Click the settings icon in the upper right corner, go to the Model Services page, and search for LongCat in the search box.

cherry-open-setting

  1. Fill in the following:
    • API Key: your LongCat API Key
    • API Host: https://api.longcat.chat/openai
  2. Under this provider, click Add Model and enter the model ID LongCat-2.0.

cherry-open-setting

III. Using Cherry Studio

Select LongCat-2.0 from the model list to start chatting.

Enable thinking mode (optional)

When using LongCat-2.0, the model supports controlling thinking via the thinking field in the request body. Open the assistant settings and add a custom parameter:

json
"thinking": {"type": "enabled"}

Use {"type":"enabled"} to enable thinking or {"type":"disabled"} to disable it (enabled by default). You can also set temperature, context, and other parameters as needed.