Cherry Studio


Connect Cherry Studio to iCreat via OpenAI-compatible API

Cherry Studio is a desktop AI client that supports multiple model providers via OpenAI-compatible APIs. Route requests through iCreat to access platform models.

Prerequisites

  • An iCreat API Key (replace <sk-your-token> below with your key)
  • Cherry Studio installed
  • Network access to https://api.icreat.ai

Setup

  1. Open Cherry Studio and go to SettingsModel Services
  2. Add a provider and select OpenAI-compatible (or Custom OpenAI-compatible endpoint)
  3. Enter the following:
Setting Value
API address / Base URL https://api.icreat.ai/v1/llm
API Key Your iCreat API Key (<sk-your-token>)
Model gpt-5.6 (or any model ID authorized on your iCreat API Key)
  1. Save the configuration

If Cherry Studio lets you configure OpenAI and Anthropic-compatible endpoints separately, set both base URLs to https://api.icreat.ai/v1/llm and use your iCreat API Key.

Model Notes
gpt-5.6 General chat and advanced reasoning
claude-fable-5 Creative and complex analysis
gemini-3-6 Multilingual use cases
glm-5-3 Chinese language tasks

Verify the connection

Send a test message in Cherry Studio and confirm you receive a valid response. Check Usage Logs in the iCreat console for the corresponding call.