> 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/huawei.md).

# Huawei Cloud

1\. Go to[Huawei Cloud](https://auth.huaweicloud.com/authui/login)Create an account and log in

2\. Click[this link](https://console.huaweicloud.com/modelarts/?region=cn-southwest-2#/model-studio/homepage)and enter the MaaS console

3\. Authorization

<details>

<summary>Authorization steps (skip if already authorized)</summary>

1. After entering the link page in (2), follow the prompts to open the authorization page (click IAM sub-user → Add delegation → Regular user)

![](/files/1e7188c6104f0541cfa3cf5250a2485c2726021f)

2. After clicking Create, return to the link page in (2)
3. You will be prompted that access permissions are insufficient; click "click here" in the prompt
4. Add existing authorization and confirm

![](/files/74de3f5d0bf157159714114b1beed27a3d0edc3c)

Note: This method is suitable for beginners; no need to read too much. Just click according to the prompts. If you can authorize successfully in one go, you can do it your own way.

</details>

4\. Click Authentication Management in the sidebar, create an API Key (secret key), and copy it

<figure><img src="/files/1d71c5909196ed1bb9621b5ce6fe6788946491d6" alt=""><figcaption></figcaption></figure>

Then create a new provider in CherryStudio

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

After creation, enter the secret key

5\. Click Model Deployment in the sidebar and claim all

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

6\. Click Invoke

<figure><img src="/files/79d0e030c8ea776857caf6f7e9b3045b3e87835d" alt=""><figcaption></figcaption></figure>

Copy the address in ①, paste it into CherryStudio's provider address, and add a "#" at the end

and add a "#" at the end

and add a "#" at the end

and add a "#" at the end

and add a "#" at the end

Why add a "#"?[See here](https://docs.cherry-ai.com/cherrystudio/preview/settings/providers#api-di-zhi)

> Of course, you can also skip that and just follow the tutorial;
>
> You can also fill it in by deleting v1/chat/completions; as long as you know how to enter it, any method is fine. If you don't, be sure to follow the tutorial.

<figure><img src="/files/84b514bce91538700660815588598e436d31c545" alt=""><figcaption></figcaption></figure>

Then copy the model name in ②, go to CherryStudio and click the "+ Add" button to create a new model

<figure><img src="/files/40db20eb1c0cae897394823ad0de5c61d1896a83" alt=""><figcaption></figcaption></figure>

Enter the model name; don't add anything extra, don't use quotation marks, and copy it exactly as written in the example.

<figure><img src="/files/3e44daf78db9c260d3eb087757a114272e8231a5" alt=""><figcaption></figcaption></figure>

Click the Add Model button to finish adding it.

{% hint style="info" %}
In Huawei Cloud, because each model has a different address, each model needs a new provider. Just repeat the above steps.
{% 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.cherryai.com.cn/docs/en-us/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.
