# 火山引擎

* 登入 [火山引擎](https://console.volcengine.com/)
* 直接撳 [呢度直達](https://console.volcengine.com/ark/region:ark+cn-beijing/openManagement?LLM=%7B%7D)

<figure><img src="/files/44704bd6a58b0aca136bfe39ea86e64cb3bade1e" alt=""><figcaption></figcaption></figure>

### 攞 API Key

* 撳側欄下方嘅 [API Key 管理](https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey)
* 建立 API Key

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

* 建立成功後，撳已建立嘅 API Key 後面個細眼睛打開並複製

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

* 將複製咗嘅 API Key 填入 CherryStudio 之後，再打開服務商開關。

<figure><img src="/files/5e85f20f8fc274ab3ac34922092b9129d557a475" alt=""><figcaption></figcaption></figure>

### 開通並添加模型

* 喺方舟控制台側欄最底下嘅 [開通管理](https://console.volcengine.com/ark/region:ark+cn-beijing/openManagement?LLM=%7B%7D\&OpenTokenDrawer=false) 開通需要使用嘅模型，呢度可以按需要開通豆包系列同 DeepSeek 等模型。

<figure><img src="/files/b21544dfe08167017586f3b57e57e0bd7db92892" 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/0a64cfde71a49ee96057f71580351b4f6f4f7b93" alt="火山引擎模型ID列表示例"><figcaption></figcaption></figure>

* 打開 Cherry Studio 嘅 [模型服務](/docs/zhong-wen-fan-ti/pre-basic/settings/providers.md) 設置搵到火山引擎
* 撳添加，將之前攞到嘅模型 ID 複製到模型 ID 文本對話框就得

<figure><img src="/files/5d37f72d29da4934e75216e3773f7bbe1e466f8e" alt=""><figcaption></figcaption></figure>

* 按照呢個流程依次添加模型

### API 地址

API 地址有兩種寫法

* 第一種係客戶端預設嘅：`https://ark.cn-beijing.volces.com/api/v3/`
* 第二種寫法係：`https://ark.cn-beijing.volces.com/api/v3/chat/completions#`

{% hint style="info" %}
兩種寫法冇乜分別，保持預設就得，唔使修改。

關於 `/` 同 `#` 尾部嘅分別，參考文檔服務商設置嘅 API 地址部分，[撳前往](/docs/zhong-wen-fan-ti/pre-basic/settings/providers.md#api-di-zhi)
{% endhint %}

<figure><img src="/files/02ca452f170070aced30ad96860e2d50edc5283e" 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/zhong-wen-fan-ti/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.
