> 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/a-li-yun-bai-lian.md).

# Alibaba Cloud Bailian

1. Log in [Alibaba Cloud Bailian](https://bailian.console.aliyun.com/?tab=model#/api-key)If you don't have an Alibaba Cloud account, you need to register one.
2. Click the `Create my API-KEY` button.

<figure><img src="/files/5d870de3d94ec2324acd6633d388714ce17a71f5" alt=""><figcaption><p>Alibaba Cloud Bailian Create API Key</p></figcaption></figure>

3. In the pop-up window, select the default business space (or you can customize it), and fill in a description if you want.

<figure><img src="/files/e0792d4003b75200f6c463c113726d4bbc4ed2eb" alt=""><figcaption><p>Alibaba Cloud Bailian Create API Key pop-up</p></figcaption></figure>

4. Click the `Confirm` button.
5. Then, you should see a new row added to the list; click the `View` button.

   <figure><img src="/files/3213211170c92d52ddd0c39a30061cb36c5e131d" alt=""><figcaption><p>Alibaba Cloud Bailian View API Key</p></figcaption></figure>
6. Click `Copy` button.

   <figure><img src="/files/c6eab849502cc0b12d861cdc33d2e81162d77f22" alt=""><figcaption><p>Alibaba Cloud Bailian Copy API Key</p></figcaption></figure>
7. Go to Cherry Studio, and in `Settings` → `Model Services` → `Alibaba Cloud Bailian` find `API key` paste the copied API key here.

   <figure><img src="/files/3baf513060b2462068770c04966ebcc2f28c94b9" alt=""><figcaption><p>Alibaba Cloud Bailian Enter API Key</p></figcaption></figure>
8. You can follow [Model Services](/docs/en-us/pre-basic/settings/providers.md) the instructions in it to adjust the relevant settings, and then you can use it.

{% hint style="info" %}
If you find that there are no Alibaba Cloud Bailian models in the model list, please make sure you have followed [Model Services](/docs/en-us/pre-basic/settings/providers.md) the instructions in it to add the model and enable this provider.
{% endhint %}

***

### 💡 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/a-li-yun-bai-lian.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.
