Complete Tutorial on Integrating Cherry Studio with Token Circle


Cherry Studio is an open-source AI client tool that supports connecting to various OpenAI-compatible API services. This article will detail how to connect Token Circle to Cherry Studio, completing configuration in 5 minutes.
Introduction to Cherry Studio
Cherry Studio is a cross-platform desktop AI client that supports Windows, macOS, and Linux. Its core features include:
- Multi-model switching: Quickly switch between different AI models within the same interface
- OpenAI compatible: Supports all services compatible with the OpenAI API format
- Session management: Supports multi-turn conversations, conversation history, export, and more
- Local-first: Data is stored locally, ensuring privacy
- Free and open-source: Completely free to use, with transparent and open code
Step 1: Download and Install Cherry Studio
Visit the official Cherry Studio website and download the version suitable for your operating system:
- Windows: Download the .exe installer and double-click to install
- macOS: Download the .dmg file and drag it into the Applications folder
- Linux: Download the .AppImage or .deb package
Once installed, launch Cherry Studio and you will see a clean chat interface.
Step 2: Configure Token Circle API

2.1 Add Provider
In the left menu of Cherry Studio, find "Settings", then click "Providers" or "API Providers". Click the "Add" button and select the "OpenAI Compatible" type.
2.2 Fill in Configuration Information
In the pop-up configuration window, fill in the following information:
| Configuration Item | Content |
|---|---|
| Name | Token Circle or any name |
| API Base URL | https://www.ciyuano.com/v1 |
| API Key | The API Key obtained from the Token Circle user center |
| Model | Add manually or click "Get model list" |
2.3 Save and Test
After filling in, click "Save". Then return to the chat interface, select the provider and model you just added from the top model selector, send a test message, and confirm that you receive a reply normally.
Step 3: Choose the Right Model

Token Circle currently supports the following mainstream models. You can choose according to your needs:
| Model | Features | Use Cases | Price |
|---|---|---|---|
| DeepSeek V4 | Strong general ability, balanced Chinese and English | Daily conversation, translation, writing | 0.5/1 yuan |
| MiMo v2.5 PRO | Strong reasoning ability, high code quality | Programming, mathematics, Agent | Free |
| GLM-5 | Excellent Chinese understanding, rich knowledge | Chinese writing, knowledge Q&A | 0.8/1.5 yuan |
| Qwen Plus | Good long context support | Long document analysis, summarization | 0.4/0.8 yuan |
Advanced Configuration
Add Multiple Models
You can add multiple models for the same provider. In the provider configuration, click the "Add" button next to the model list, and enter the model ID (e.g., deepseek-v4, mimo-v2.5-pro, glm-5).
Set System Prompt
In Cherry Studio's chat settings, you can configure different system prompts for different conversations. For example:
- Programming Assistant: "You are a professional programming assistant, proficient in Python, JavaScript, and other languages."
- Translation Assistant: "You are a professional translator, proficient in Chinese-English translation, maintaining the original style."
- Writing Assistant: "You are a writing assistant, helping users polish articles and generate content."
Adjust Parameters
In the chat settings, you can adjust the following parameters:
- Temperature: Controls the randomness of responses (0.1 for more precise, 0.9 for more creative)
- Max Tokens: Controls the maximum output length
- Top P: Controls the sampling range
FAQ
Q: What if it prompts "API Key invalid"?
A: Please confirm that the API Key is correctly copied (starts with sk-), and confirm that your account balance is sufficient. You can check the key status in the Token Circle user center.
Q: What if there is a connection timeout?
A: Check your network connection and confirm that the Base URL is filled in correctly. If you are using a proxy, ensure the proxy configuration is correct.
Q: Does it support image upload?
A: Some models support image input (e.g., MiMo v2.5 PRO). You need to enable the "Support Images" option in the model configuration.
Summary
Through the steps above, you have successfully connected Token Circle to Cherry Studio. The entire process takes only 5 minutes:
- Download and install Cherry Studio
- Add an OpenAI-compatible provider, fill in the Token Circle API address and key
- Choose the right model and start chatting
Cherry Studio's interface is clean and intuitive. Combined with Token Circle's multi-model support, you can easily switch between different models at any time to find the one best suited for your current task.
Next Steps: Try connecting to other client tools, such as LobeChat, Cursor, etc. Token Circle's API is fully compatible with the OpenAI SDK, and the connection method is almost the same.
📖 Related Articles
传统翻译工具只会逐句对应,AI 翻译能理解语境、适配文化、调整语气。本文教你四步 AI 翻译工作流,覆盖邮件、论文、合同、字幕等六大场景,附万能指令模板。
TutorialsAI Prompt Tips: 5 Ways to Double Your AI Response Quality
Think AI gives bad answers? The issue is usually how you ask. Learn 5 proven prompt techniques to get better AI responses every time.
Tutorials不用学编程、不用懂技术,AI 就能帮你推荐食谱、分析健康问题、比价购物、辅导孩子学习、制定家务计划。本文通过 5 个最常见的生活场景,手把手教你把 AI 用起来。
💬 Comments are not yet available, stay tuned