Cherry Studio Setup
Cherry Studio is a cross-platform AI desktop client that supports multi-model conversations, knowledge bases, and workflows.
Setup Steps
1. Download and Install
Go to the Cherry Studio website to download the client for your platform.
2. Add API Provider
- Open Cherry Studio
- Go to Settings → Model Service
- Click Add
3. Enter Configuration
Cherry Studio supports connecting to OfoxAI via the OpenAI compatible protocol or Anthropic protocol. Choose the one that matches your preferred models:
OpenAI Compatible Protocol
| Setting | Value |
|---|---|
| Name | OfoxAI (OpenAI) |
| API Type | OpenAI |
| API URL | https://api.ofox.ai/v1 |
| API Key | Your OfoxAI API Key |
Add models:
openai/gpt-4o
openai/gpt-4o-mini
anthropic/claude-sonnet-4.5
anthropic/claude-opus-4.6
google/gemini-3-flash-preview
google/gemini-3.1-pro-preview
qwen/qwen-maxThe OpenAI compatible protocol supports all OfoxAI models and is the most universal integration method.
Tips
Multi-Model Comparison
Cherry Studio supports using multiple models to answer the same question simultaneously, making it great for comparing output quality:
- Select multiple models in the chat interface
- Send your question
- View and compare responses from each model
Knowledge Base
Combined with Cherry Studio’s knowledge base feature, you can implement RAG (Retrieval-Augmented Generation):
- Create a knowledge base and upload documents
- Enable the knowledge base in conversations
- The model will answer based on your documents
Cherry Studio’s knowledge base feature requires the Embeddings API. OfoxAI supports embedding models like openai/text-embedding-3-small.
FAQ
Q: Model list doesn’t auto-load
Cherry Studio requires manually adding model names. See the Model Catalog for the complete list of model IDs.
Q: Image analysis not available
Make sure you’ve selected a model that supports vision (e.g. openai/gpt-4o, google/gemini-3-flash-preview).