Skip to content

Cherry Studio

Cherry Studio is a cross-platform (Windows / macOS / Linux) desktop AI client with multi-model, knowledge base and assistants.

Steps

  1. Open Cherry Studio and go to Settings → Model Provider.

  2. Pick an OpenAI-type provider, or click Add to create a custom one.

  3. Fill in:

    FieldValue
    API Keyyour sk-...
    API Host / Base URLhttps://gateway.mindproxy.ai

    TIP

    Cherry Studio's "API Host" usually only needs the domain; it appends /v1 automatically. If a call returns 404, change it to https://gateway.mindproxy.ai/v1.

  4. In the Models section, click Add / manage models and add the model IDs you want, e.g. gpt-4o-mini, claude-3-5-sonnet, gemini-1.5-pro.

  5. Click Check / connection test. Once it passes, the models are selectable in chat.

Verify

Start a new chat, pick a model you added, and say "hello". A normal reply means you're connected.

Troubleshooting

  • Test fails / 401: check the key for typos / whitespace, and that it isn't disabled.
  • 404: add or remove /v1 on the API host.
  • Empty model list: this platform needs you to add model IDs manually (step 4), or query GET /v1/models first.
  • See also common troubleshooting and Errors & rate limits.

Gateway: gateway.mindproxy.ai · Built with VitePress