Cherry Studio

Prerequisites

Configuration

  1. Open Cherry Studio and go to Settings
  2. Click API Settings or Model Provider
  3. Click Add Custom Provider
  4. Enter the following:
    • Provider Name: Chuizi.AI
    • API Base URL: https://api.chuizi.ai/v1
    • API Key: ck-your-key-here
  5. Click Fetch Model List or manually add models:
    • anthropic/claude-sonnet-4-6
    • openai/gpt-4.1
    • deepseek/deepseek-chat
  6. Save the settings

Verify the Configuration

  1. Return to the main screen and create a new conversation
  2. Select one of the models you just added from the model selector
  3. Send a test message, such as "Hello"
  4. If you receive a normal reply, the configuration is working

Common Issues

Failed to Fetch Model List

Verify the Base URL is correctly set to https://api.chuizi.ai/v1. If automatic fetching fails, you can manually enter model names using the provider/model format.

No Response After Sending a Message

Check that your API key starts with ck- and is enabled. Also confirm your Chuizi.AI account balance is sufficient.

Streaming Output Not Working

Make sure the streaming output option is enabled in Cherry Studio settings. Chuizi.AI supports streaming by default.

Next Steps