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

# 阿里云百炼

1. 登录 [阿里云百炼](https://bailian.console.aliyun.com/?tab=model#/api-key)，没有阿里云账号的话需要注册。
2. 点击右上角的 `创建我的 API-KEY` 按钮。

<figure><img src="/files/XzR2DEYTXb1qXWYwlqQR" alt=""><figcaption><p>阿里云百炼创建API密钥</p></figcaption></figure>

3. 在弹出的窗口中选择默认业务空间（或者你也可以自定义），如果你想要的话可以填入描述。

<figure><img src="/files/TIDODopYRfu4n3DfWRtr" alt=""><figcaption><p>阿里云百炼创建API密钥弹窗</p></figcaption></figure>

4. 点击右下角的 `确定` 按钮。
5. 随后，你应该能看到列表中新增了一行，点击右侧的 `查看` 按钮。

   <figure><img src="/files/Orkh3Mt29497uq5gkMWk" alt=""><figcaption><p>阿里云百炼查看API密钥</p></figcaption></figure>
6. 点击 `复制` 按钮。

   <figure><img src="/files/vh5WxOW0T8QTpEE18HYt" alt=""><figcaption><p>阿里云百炼复制API密钥</p></figcaption></figure>
7. 转到 Cherry Studio，在 `设置` → `模型服务` → `阿里云百炼` 中找到 `API 密钥` ，将复制的 API 密钥粘贴到这里。

   <figure><img src="/files/7QvOL1jZToi2nm1rX16U" alt=""><figcaption><p>阿里云百炼填入API密钥</p></figcaption></figure>
8. 可以按照 [模型服务](/pre-basic/settings/providers.md) 中的介绍调整相关设置，然后就能使用了。

{% hint style="info" %}
如果发现模型列表中没有阿里云百炼的模型，请确认已经按照 [模型服务](/pre-basic/settings/providers.md) 中的介绍添加模型，并开启了这个提供商。
{% endhint %}

***

### 💡 获取帮助与提交反馈

如果您在配置或使用过程中遇到任何疑问、Bug 或有功能改进建议，请参考 [反馈与建议](/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.cherry-ai.com/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.
