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 service provider supports multi-key round-robin usage, where the keys are rotated from first to last in a list.
Add multiple keys separated by English commas, as shown in the example below:
sk-xxxx1,sk-xxxx2,sk-xxxx3,sk-xxxx4
You must use an English comma.
API Address
When using built-in service providers, 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 service 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 concatenate the remaining path (/v1/chat/completions). Not filling it as required may lead to improper functionality.
Add Model
Typically, clicking the Manage
button in the bottom left corner of the service provider configuration page will automatically fetch all models supported by that service provider. You can then click the +
sign from the fetched list to add them to the model list.
Connectivity Check
Click the check button next to the API Key input box to test if the configuration is successful.
After successful configuration, make sure to turn on the switch in the upper right corner, otherwise, the service provider will remain disabled, and the corresponding models will not be found in the model list.
最后更新于
这有帮助吗?