# 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)to 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 go to the authorization page (click IAM sub-user → add delegation → ordinary user)

![](/files/1e7188c6104f0541cfa3cf5250a2485c2726021f)

2. After clicking Create, go back to the link page in (2)
3. It will prompt that access permission is insufficient; click "click here" in the prompt
4. Add existing authorization and confirm

![](/files/74de3f5d0bf157159714114b1beed27a3d0edc3c)

Note: This method is suitable for beginners. You don't need to read too much content; just click according to the prompts. If you can authorize successfully in one go using your own method, you can do so.

</details>

4\. Click Authorization 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 from step ①, paste it into the provider address in CherryStudio, and add a "#" symbol at the end

and add a "#" symbol at the end

and add a "#" symbol at the end

and add a "#" symbol at the end

and add a "#" symbol at the end

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

> Of course, you can also ignore that and simply follow the tutorial;
>
> You can also fill it in using the method of deleting v1/chat/completions. As long as you know how to fill it in, you can use your own method; if you don't know how, be sure to follow the tutorial.

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

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

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

Enter the model name exactly as is; don't add anything extra, don't include quotation marks, and copy it exactly as shown 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 to create a new provider; just repeat the above steps.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.cherry-ai.com/docs/en-us/pre-basic/providers/huawei.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
