# Volcengine

* Log in [Volcano Engine](https://console.volcengine.com/)
* Click directly [Go here directly](https://console.volcengine.com/ark/region:ark+cn-beijing/openManagement?LLM=%7B%7D)

<figure><img src="/files/546d910bdf82136047f2cd7ff3074c116dc8602b" alt=""><figcaption></figcaption></figure>

### Get API Key

* Click the [API Key Management](https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey)
* Create API Key

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

* After creation is successful, click the small eye icon next to the created API Key to reveal and copy it

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

* After pasting the copied API Key into CherryStudio, turn on the provider switch.

<figure><img src="/files/1d5c01cf10056b96154e4050a6011b7bc8f086ec" alt=""><figcaption></figcaption></figure>

### Enable and add models

* At the very bottom of the Ark Console sidebar, [Enable Management](https://console.volcengine.com/ark/region:ark+cn-beijing/openManagement?LLM=%7B%7D\&OpenTokenDrawer=false) Enable the models you need. Here, you can enable models such as the Doubao series and DeepSeek as needed.

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

* In [Model list documentation](https://www.volcengine.com/docs/82379/1330310#%E6%96%87%E6%9C%AC%E7%94%9F%E6%88%90) find the corresponding Model ID for the required model.

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

* Open Cherry Studio's [Model Services](/docs/en-us/pre-basic/settings/providers.md) Go to Settings and find Volcano Engine
* Click Add, then copy the previously obtained Model ID into the Model ID text dialog box.

<figure><img src="/files/55d57ad3263a1efdd3d90e5263c27523c9171514" alt=""><figcaption></figcaption></figure>

* Add models one by one according to this process

### API address

There are two ways to write the API address

* The first is the client default:`https://ark.cn-beijing.volces.com/api/v3/`
* The second way is:`https://ark.cn-beijing.volces.com/api/v3/chat/completions#`

{% hint style="info" %}
There is no difference between the two methods; just keep the default and no changes are needed.

Regarding `/` and `#` For the difference in the ending, refer to the API address section in the provider settings of the documentation,[Click to go](/docs/en-us/pre-basic/settings/providers.md#api-di-zhi)
{% endhint %}

<figure><img src="/files/68d1211227e9147b25fdc4ad8adb7519ba655d7e" alt=""><figcaption><p>Official documentation cURL example</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/en-us/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.
