Model Service Settings
This document was translated from Chinese by AI and has not yet been reviewed.
This page only introduces the interface functions. For configuration tutorials, please refer to the Provider Configuration tutorial in the basic tutorials.
API Key
In Cherry Studio, a single provider supports multi-key round-robin usage, where keys are used in a sequential, looping manner from front to back.
Add multiple keys separated by English commas, as shown in the example below:
sk-xxxx1,sk-xxxx2,sk-xxxx3,sk-xxxx4
You must use English commas.
API Address
When using a built-in provider, you generally do not need to fill in the API address. If you need to modify it, please strictly follow the address provided in the official documentation.
If the address provided by the provider is in the format https://xxx.xxx.com/v1/chat/completions, you only need to fill in the root address part (https://xxx.xxx.com).
Cherry Studio will automatically append the remaining path (/v1/chat/completions). Failure to fill it in correctly may result in abnormal usage.
Adding Models
Generally, clicking the Manage
button in the bottom left corner of the provider configuration page will automatically retrieve all models supported by that provider. You can then click the +
sign next to a model in the retrieved list to add it to the model list.
Connectivity Check
Click the check button after the API Key input box to test whether the configuration is successful.
After successful configuration, be sure to turn on the switch in the upper right corner, otherwise the provider will remain disabled and its corresponding models will not be found in the model list.
Last updated
Was this helpful?