> 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/zhong-wen-fan-ti/pre-basic/providers/huawei.md).

# 華為雲

一、去到[華為雲](https://auth.huaweicloud.com/authui/login)建立帳號登入

二、撳[呢個連結](https://console.huaweicloud.com/modelarts/?region=cn-southwest-2#/model-studio/homepage)，入去MaaS控制台

三、授權

<details>

<summary>授權步驟（已授權可跳過）</summary>

1. 入到（二）嘅連結頁面之後，根據提示入去授權頁面（撳IAM子用戶→新增委託→普通用戶）

![](/files/26cb1b7499415d4218b32505654ba5ce768d18e9)

2. 撳咗建立之後再返去（二）嗰個連結頁面
3. 會提示存取權限不足，撳提示入面嘅「撳呢度」
4. 追加已有授權並確定

![](/files/02a3adf39434c6e7f18d12a7e294ca37b1222fb7)

注意：呢個方法適合新手，唔使睇太多內容，只要跟提示撳就得；如果你可以一次過授權成功，照你自己嘅方式做就得。

</details>

四、撳側欄鑒權管理，建立API Key（秘鑰）並複製

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

然後喺CherryStudio入面建立新服務商

<figure><img src="/files/a42eb15ca5bd352e6e0da2fc7be1828201f88563" alt="" width="300"><figcaption></figcaption></figure>

建立完成後填入秘鑰

五、撳側欄模型部署，全部領取

<figure><img src="/files/93019bea87a730d3dbebfce7239e1f8adc009125" alt=""><figcaption></figcaption></figure>

六、撳調用

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

將①處嘅地址複製，貼到CherryStudio嘅服務商地址入面，並喺結尾加上「#」號

並喺結尾加上「#」號

並喺結尾加上「#」號

並喺結尾加上「#」號

並喺結尾加上「#」號

點解要加「#」號[睇呢度](https://docs.cherry-ai.com/cherrystudio/preview/settings/providers#api-di-zhi)

> 梗係都可以唔睇嗰度，直接跟住教學操作就得；
>
> 亦可以用刪除v1/chat/completions嘅方法填寫，只要識填，跟自己方法點填都得；唔識填就一定要跟住教學操作。

<figure><img src="/files/26fb29dca167035f04da7fcff9bd5a5b75032f2b" alt=""><figcaption></figcaption></figure>

然後將②處模型名稱複製，喺CherryStudio入面撳「+添加」按鈕建立新模型

<figure><img src="/files/1337d62d00bb9736a5044df98ac55f1a33e8454f" alt=""><figcaption></figcaption></figure>

輸入模型名稱，唔好加料，唔好帶引號，示例入面點寫就點抄。

<figure><img src="/files/8358a3eee5b421c01db1bcf5e4b9141a965fd65c" alt=""><figcaption></figcaption></figure>

撳添加模型按鈕就可以完成添加。

{% hint style="info" %}
喺華為雲入面因為每個模型嘅地址都唔同，所以每個模型都需要新建一個服務商，跟住以上步驟重複操作就得。
{% endhint %}

***

### 💡 獲取幫助同提交反饋

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/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/zhong-wen-fan-ti/pre-basic/providers/huawei.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.
