Cherry Studio
Cherry Studio is a cross-platform (Windows / macOS / Linux) desktop AI client with multi-model, knowledge base and assistants.
Steps
Open Cherry Studio and go to Settings → Model Provider.
Pick an OpenAI-type provider, or click Add to create a custom one.
Fill in:
Field Value API Key your sk-...API Host / Base URL https://gateway.mindproxy.aiTIP
Cherry Studio's "API Host" usually only needs the domain; it appends
/v1automatically. If a call returns 404, change it tohttps://gateway.mindproxy.ai/v1.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.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
/v1on the API host. - Empty model list: this platform needs you to add model IDs manually (step 4), or query
GET /v1/modelsfirst. - See also common troubleshooting and Errors & rate limits.