> 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. 右下隅の `確定` ボタン。
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/providers/providers.md) の説明に従って関連設定を調整すれば、使用できるようになります。

## ネイティブのネット接続とURL読み取り

Alibaba Cloud 百錬でネット接続機能をサポートするモデルは、ネイティブの検索を使用できます。一部の Qwen モデルは URL コンテンツの読み取りもサポートしています。モデルを選ぶ際は、名前の横の 🌐 アイコンを基準にしてください。具体的な機能は百錬モデルの更新により変わる場合があります。

会話中で 🌐 をオンにした後、【設定】→【ネットワーク検索】の【設定済みの検索サービスを優先的に使用】がオンのままなら、Cherry Studio は設定済みの検索サービスを優先して使用します。このオプションをオフにすると、モデルのネイティブ機能が優先されます。詳細は ネット接続モード を参照してください。

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

***

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

設定または使用中に不明点、バグ、機能改善の提案がある場合は、 [フィードバックと提案](/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.
