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

# Alibaba Cloud Bailian

1. ログイン [Alibaba Cloud百錬](https://bailian.console.aliyun.com/?tab=model#/api-key)、Alibaba Cloudアカウントがない場合は登録が必要です。
2. 右上の `APIキーを作成する` ボタンをクリックします。

<figure><img src="/files/d42a72c027846c33d5572fa7835e9f899bdffa54" alt=""><figcaption><p>Alibaba Cloud百錬でAPIキーを作成</p></figcaption></figure>

3. 表示されたウィンドウでデフォルトのビジネススペースを選択し（またはカスタマイズもできます）、必要なら説明を入力します。

<figure><img src="/files/9de02e654bd7abd2130bd2039163ef24983d116b" alt=""><figcaption><p>Alibaba Cloud百錬のAPIキー作成ダイアログ</p></figcaption></figure>

4. 右下の `OK` ボタンをクリックします。
5. すると、一覧に新しい行が追加されているはずなので、右側の `表示` ボタンをクリックします。

   <figure><img src="/files/753e63b878cac032ea5378a5d3f448c3127eb568" alt=""><figcaption><p>Alibaba Cloud百錬でAPIキーを表示</p></figcaption></figure>
6. クリック `コピー` ボタンをクリックします。

   <figure><img src="/files/e144b16bc646c813b7922c5c2a5cc292828823a2" alt=""><figcaption><p>Alibaba Cloud百錬でAPIキーをコピー</p></figcaption></figure>
7. Cherry Studioに移動し、 `設定` をクリック → `モデルサービス` をクリック → `Alibaba Cloud百錬` で見つけて `API キー` 、コピーしたAPIキーをここに貼り付けます。

   <figure><img src="/files/0d3968e063be988c584f596535a8786e29b5c24f" alt=""><figcaption><p>Alibaba Cloud百錬にAPIキーを入力</p></figcaption></figure>
8. に従って [モデルサービス](/docs/jp/pre-basic/settings/providers.md) の説明に従って関連設定を調整すれば、使用できます。

{% hint style="info" %}
モデル一覧にAlibaba Cloud百錬のモデルがない場合は、 [モデルサービス](/docs/jp/pre-basic/settings/providers.md) の説明に従ってモデルを追加し、このプロバイダーを有効にしているか確認してください。
{% 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/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.
