> 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/en-us/pre-basic/providers/doubao.md).

# 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 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 little eye icon next to the created API Key to reveal and copy it

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

* After entering 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 very bottom of the Ark console sidebar, the [Activation 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>

* Switch between [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 required model.

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

* Open Cherry Studio's [Model services](/docs/en-us/pre-basic/providers/providers.md) Find Volcano Engine in Settings
* 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 the models one by one following this procedure

### 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" %}
There is no difference between the two; just keep the default and no need to modify it.

Regarding `/` and `#` For the difference at the end, refer to the API address section in the provider settings documentation,[Click to go](/docs/en-us/pre-basic/providers/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) for the official channels provided.


---

# 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/en-us/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.
