> 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/doubao.md).

# Volcengine

* ログイン [火山エンジン](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 Keyを取得

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

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

* 作成後、作成した API Key の後ろにある小さな目のアイコンをクリックして開き、コピーします

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

* コピーした API Key を 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 の [モデルサービス](/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>

***

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

設定や使用の過程で疑問、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/doubao.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.
