Configuration steps
Choose an OpenAI-compatible provider
In the provider list, choose OpenAI or add a new custom OpenAI-compatible provider.
We suggest naming it
OpenPAI.Fill in connection details
- API address / Base URL:
https://openp.ai/v1 - API key: paste the
sk-key from the OpenPAI console - Models: click Add model and enter the model IDs you want (e.g.
gpt-5.5,claude-opus-4-8,gemini-3.1-pro-preview)
Tips
- Cherry Studio supports enabling multiple providers at once — you can make OpenPAI the primary service and use others as fallback.
- To use the Anthropic native protocol (
/v1/messages) for advanced features like thinking and cache_control, choose an Anthropic-compatible provider in Cherry Studio and set the Base URL tohttps://openp.ai(without/v1). - The Gemini native protocol is similar: choose the Gemini provider and set the Base URL to
https://openp.ai.
FAQ
It says 401 invalid_api_key
It says 401 invalid_api_key
- Check the key was pasted in full (no trailing spaces / newlines).
- Confirm in the OpenPAI console that the token isn’t disabled / expired.
The model list is empty
The model list is empty
- Click the Fetch models from provider button; Cherry Studio pulls
/v1/models. - If it’s still empty, manually add a model and enter the model ID.
How do I tell OpenPAI apart from official OpenAI?
How do I tell OpenPAI apart from official OpenAI?
Distinguish them by provider display name (e.g.
OpenPAI vs OpenAI).
The chat history at the bottom-left shows the provider name used.