> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/en-us/pre-basic/providers/cherryin-1.md).

# CherryIN

1. Click CherryIN provider's "Get key here"

<figure><img src="/files/9875510ae5fdac238d800e9ef4edb1a27a76c25c" alt=""><figcaption></figcaption></figure>

2. Create a key in CherryIN's console. Note that when creating a key, the model multiplier differs according to the token group, i.e., the discount differs.

<figure><img src="/files/cbaa18aca6b71d1697c71af0747d75335e1f7368" alt=""><figcaption></figcaption></figure>

3. Click the button next to the key to copy the key to the clipboard

<figure><img src="/files/0fad20a57262ffa695be8e466ec62feb727b094f" alt=""><figcaption></figcaption></figure>

4. Enter the key in Cherry Studio (that is, the API key input box on the service provider page in Step 1)
5. Click the Manage button and add a model

<figure><img src="/files/fe28e4f25e542be445569098ac4fdc82dbb94661" alt=""><figcaption></figcaption></figure>

6. In Cherry Studio, select the corresponding model, and then you can chat

<figure><img src="/files/62a6dd0f2ba07a0a17413261cc8f221407353ea9" alt=""><figcaption></figcaption></figure>

***

### Get help and submit feedback

If you encounter any questions or bugs during configuration or use, or have suggestions for feature improvements, please refer to the official channels provided in [Feedback and Suggestions](/docs/en-us/question-contact/suggestions.md) .


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/en-us/pre-basic/providers/cherryin-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
