Skip to Content

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

  1. Open Cherry Studio
  2. Go to SettingsModel Service
  3. 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:

SettingValue
NameOfoxAI (OpenAI)
API TypeOpenAI
API URLhttps://api.ofox.ai/v1
API KeyYour 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-max

The 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:

  1. Select multiple models in the chat interface
  2. Send your question
  3. View and compare responses from each model

Knowledge Base

Combined with Cherry Studio’s knowledge base feature, you can implement RAG (Retrieval-Augmented Generation):

  1. Create a knowledge base and upload documents
  2. Enable the knowledge base in conversations
  3. 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).

Last updated on