# Volcano Engine

* ログイン [火山エンジン](https://console.volcengine.com/)
* 直接クリック [こちらへ直接移動](https://console.volcengine.com/ark/region:ark+cn-beijing/openManagement?LLM=%7B%7D)

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

### APIキーを取得

* サイドバー下部の [APIキー管理](https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey)
* APIキーを作成

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

* 作成後、作成したAPIキーの横にある小さな目のアイコンをクリックして表示し、コピーします

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

* コピーしたAPIキーをCherryStudioに入力した後、サービスプロバイダーのスイッチをオンにします。

<figure><img src="/files/40235c4e4d5a7d05802db5101740cfeec2023c2a" alt=""><figcaption></figcaption></figure>

### 有効化してモデルを追加

* 方舟コンソールのサイドバー最下部の [有効化管理](https://console.volcengine.com/ark/region:ark+cn-beijing/openManagement?LLM=%7B%7D\&OpenTokenDrawer=false) 使用するモデルを有効化します。ここでは必要に応じて豆包シリーズやDeepSeekなどのモデルを有効化できます。

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

* 「 [モデル一覧ドキュメント](https://www.volcengine.com/docs/82379/1330310#%E6%96%87%E6%9C%AC%E7%94%9F%E6%88%90) 」で、必要なモデルに対応するモデルIDを見つけます。

<figure><img src="/files/9e197fe64c3b8e1d6c571722cb889d230b6dcf06" alt="火山引擎模型ID列表示例"><figcaption></figcaption></figure>

* Cherry Studio の [Cherry Studioを開く →](/docs/jp/pre-basic/settings/providers.md) 設定で火山エンジンを見つけます
* 追加をクリックし、先ほど取得したモデルIDをモデルIDのテキストボックスに貼り付ければOKです

<figure><img src="/files/42ff256cc99ad0fa5d4c89a4c3fe06b4a941ec35" alt=""><figcaption></figcaption></figure>

* この手順に従って順番にモデルを追加します

### APIアドレス

APIアドレスには2通りの書き方があります

* 1つ目はクライアントのデフォルト：`https://ark.cn-beijing.volces.com/api/v3/`
* 2つ目の書き方は：`https://ark.cn-beijing.volces.com/api/v3/chat/completions#`

{% hint style="info" %}
どちらの書き方でも違いはありません。デフォルトのままでよく、変更する必要はありません。

について `/` と `#` 末尾の違いについては、参考ドキュメントのサービスプロバイダー設定のAPIアドレス部分を参照してください。[前往する](/docs/jp/pre-basic/settings/providers.md#api-di-zhi)
{% endhint %}

<figure><img src="/files/44519cda04d42c7e949b43d2942c69b187968305" alt=""><figcaption><p>公式ドキュメントのcURLサンプル</p></figcaption></figure>


---

# 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/jp/pre-basic/providers/doubao.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.
