Model Service Settings

Provider Settings

This page only introduces the interface features. For configuration tutorials, please refer to the Provider Configuration tutorial in the Basic Tutorials.

  • When using built-in providers, only fill in the corresponding key.

  • Different providers may have different names for the key, such as Secret Key, Key, API Key, Token, etc., all referring to the same thing.

API Key

In Cherry Studio, a single provider supports multiple keys for round-robin usage, with the polling method being sequential from front to back.

  • Add multiple keys separated by English commas. For example:

sk-xxxx1,sk-xxxx2,sk-xxxx3,sk-xxxx4

API Address

When using built-in providers, it's generally not necessary to fill in the API address. If modification is needed, strictly follow the address provided in the official documentation.

If the provider gives an address in the format https://xxx.xxx.com/v1/chat/completions, only fill in the root address part (https://xxx.xxx.com).

Cherry Studio will automatically append the remaining path (/v1/chat/completions). Failure to comply may result in failure to function properly.

Note: Most providers have a unified routing for large language models, so the following operations are generally unnecessary. If the provider's API path is v2, v3/chat/completions or other versions, manually enter the corresponding version ending with '/'. When the provider's request route is not the conventional /v1/chat/completions, use the full address provided by the provider and end it with #.

That is:

  • When the API address ends with /, only "chat/completions" will be appended

  • When the API address ends with #, no appending will be performed, only the filled-in address will be used

Adding Models

Generally, clicking the Manage button at the bottom left of the provider configuration page will automatically fetch all supported models. Click + in the fetched list to add models to the model list.

Models in the popup list won't be automatically added. You must click + next to the model to add it to the provider configuration's model list before it appears in the model selection list.

Connectivity Check

Click the check button next to the API Key input box to test whether the configuration is successful.

By default, the connectivity check uses the last conversation model in the added model list. If the check fails, please check if there are any incorrect or unsupported models in the model list.

最后更新于

这有帮助吗?