> 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/jp/pre-basic/providers/huawei.md).

# Huawei Cloud

1．へ[Huawei Cloud](https://auth.huaweicloud.com/authui/login)アカウントを作成してログイン

2．クリック[このリンク](https://console.huaweicloud.com/modelarts/?region=cn-southwest-2#/model-studio/homepage)、MaaSコンソールに入る

3．認可

<details>

<summary>認可手順（すでに認可済みならスキップ）</summary>

1. （2）のリンクページに入った後、案内に従って認可ページへ進む（IAM子ユーザー→委任の追加→通常ユーザーをクリック）

![](/files/20cdf43a7bc7f25da7b45d7becb44c4afdf18c79)

2. 作成をクリックした後、（2）のリンクページに戻る
3. アクセス権限不足と表示されるので、表示内の「ここをクリック」をクリック
4. 既存の権限付与を追加して確定

![](/files/ac8744ae4abb375454e9a285746498610ed8e6d2)

注意：この方法は初心者向けで、あまり内容を見る必要はなく、表示に従ってクリックするだけです。もし一度で認可に成功できるなら、自分のやり方で進めても構いません。

</details>

4．サイドバーの認証管理をクリックし、API Key（秘密鍵）を作成してコピー

<figure><img src="/files/83ce17cdae3f53ac407ef7bc7b03a271542a5453" alt=""><figcaption></figcaption></figure>

その後、CherryStudioで新しいサービスプロバイダーを作成する

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

作成後、秘密鍵を入力する

5．サイドバーのモデルデプロイをクリックし、すべて受け取る

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

6．呼び出しをクリック

<figure><img src="/files/33bda2e70c57e171f1c6175646aa663166e5cbf8" alt=""><figcaption></figcaption></figure>

①のアドレスをコピーし、CherryStudioのサービスプロバイダーアドレスに貼り付けて、末尾に「#」を付ける

そして末尾に「#」を付ける

そして末尾に「#」を付ける

そして末尾に「#」を付ける

そして末尾に「#」を付ける

なぜ「#」を付けるのか[ここを見る](https://docs.cherry-ai.com/cherrystudio/preview/settings/providers#api-di-zhi)

> もちろん、そこを見なくてもかまいません。チュートリアルに従ってそのまま操作すればOKです；
>
> v1/chat/completions を削除する方法でも入力できます。入力できるなら自分の方法でどう入力しても構いませんが、できない場合は必ずチュートリアルに従って操作してください。

<figure><img src="/files/4a5f859d80b0c52ebbe2f5ad1b31f16b008be448" alt=""><figcaption></figcaption></figure>

次に②のモデル名をコピーし、CherryStudioで「＋追加」ボタンをクリックして新規モデルを作成する

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

モデル名を入力し、余計なものを付けず、引用符も付けず、例でどう書いてあるかをそのまま写してください。

<figure><img src="/files/39a22f0cbccbdfe3d19b491738a310a3b5828892" alt=""><figcaption></figcaption></figure>

モデルを追加ボタンをクリックすれば追加完了です。

{% hint style="info" %}
Huawei Cloudでは各モデルのアドレスが異なるため、各モデルごとに新しいサービスプロバイダーを作成する必要があります。上記の手順を繰り返せばよいです。
{% endhint %}

***

### 💡 ヘルプの取得とフィードバックの送信

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/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/jp/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.
