For the complete documentation index, see llms.txt. This page is also available as Markdown.

OneAPI

  • Log in and go to the token page

  • Create a new token (you can also use the default token directly ↑)

  • Copy the token

  • Open CherryStudio's provider settings and click the bottom-most item in the provider list Add

  • Enter a note name, choose OpenAI as the provider, and click OK

  • Paste in the key you just copied

  • Go back to the page where you obtained the API Key, and copy the root address in the corresponding browser address bar, for example:

You only need to copy https://xxx.xxx.com; the "/" and everything after it are not needed
  • When the address is IP + port, just enter http://IP:port, for example: http://127.0.0.1:3000

  • Strictly distinguish http and https, if SSL is not enabled, do not enter https

  • Add a model (click Manage to auto-fetch or enter manually). Turn on the switch in the top-right corner to use it.


Get help and submit feedback

If you encounter any questions, bugs, or have suggestions for feature improvements during configuration or use, please refer to Feedback and Suggestions for the official channels provided.

Last updated

Was this helpful?