> For the complete documentation index, see [llms.txt](https://docs.cherry-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherry-ai.com/docs/en-us/pre-basic/providers/doubao.md).

# Volcano Engine

* 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 one at the bottom of the sidebar [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 succeeds, 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>

### Activate and add models

* At the bottom of the Ark console sidebar [Activation Management](https://console.volcengine.com/ark/region:ark+cn-beijing/openManagement?LLM=%7B%7D\&OpenTokenDrawer=false) Activate the models you need to use; here you can activate 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) In it, find the Model ID corresponding to the desired 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) In Settings, find Volcano Engine
* Click Add, then copy the previously obtained Model ID into the Model ID text box.

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

* Add models one by one following this process

### API address

There are two ways to write the API address

* The first is the client's 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" %}
The two versions are basically the same; just keep the default and no changes are needed.

About `/` and `#` For the difference in the ending, refer to the API address section in the provider settings 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>

***

### 💡 Get help and submit feedback

If you encounter any questions, bugs, or have suggestions for feature improvements during configuration or use, please refer to [Feedback and Suggestions](/docs/en-us/question-contact/suggestions.md) the official channels provided there.


---

# 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:

```
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.
