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

# CherryIN

1. Click CherryIN provider’s "Click here to get the key"

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

2. Create a key in the CherryIN console. Note that when creating a key, different token groups have different model multipliers, i.e. different discounts.

<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

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

5. Click the Manage button and add a model

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

<figure><img src="/files/279bb04b9190f82db618504a133f6eba05e16b29" alt=""><figcaption></figcaption></figure>

6. Select the corresponding model in Cherry Studio to start chatting

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

***

### 💡 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](/docs/en-us/question-contact/suggestions.md) the official channels provided there.


---

# 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.cherry-ai.com/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.
