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

# Volcano Engine

* Войти [Volcano Engine](https://console.volcengine.com/)
* Нажмите напрямую [Сюда для перехода](https://console.volcengine.com/ark/region:ark+cn-beijing/openManagement?LLM=%7B%7D)

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

### Получить API Key

* Нажмите на нижнюю часть боковой панели [Управление API Key](https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey)
* Создать API Key

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

* После успешного создания нажмите на значок глаза рядом с созданным API Key, чтобы открыть и скопировать его.

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

* После того как скопируете API Key, вставьте его в CherryStudio и включите переключатель поставщика услуг.

<figure><img src="/files/18844b69d2b5ae0d782d46b880e03b90bf65bc59" alt=""><figcaption></figcaption></figure>

### Подключить и добавить модель

* В самом низу боковой панели консоли Ark [Управление подключением](https://console.volcengine.com/ark/region:ark+cn-beijing/openManagement?LLM=%7B%7D\&OpenTokenDrawer=false) Подключите нужные модели; здесь можно по необходимости подключить модели серии Doubao и DeepSeek и т. п.

<figure><img src="/files/7e6f6aae665e827859156f37eabcc27310e0354a" alt=""><figcaption></figcaption></figure>

* в [Документация со списком моделей](https://www.volcengine.com/docs/82379/1330310#%E6%96%87%E6%9C%AC%E7%94%9F%E6%88%90) В ней найдите Model ID, соответствующий нужной модели.

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

* Откройте в Cherry Studio [Сервисы моделей](/docs/russian/pre-basic/providers/providers.md) В настройках найдите Volcano Engine
* Нажмите «Добавить» и просто скопируйте ранее полученный Model ID в текстовое поле Model ID.

<figure><img src="/files/d8a52ef57e83cee9557dbefaaf2379d7fc00373b" 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/russian/pre-basic/providers/providers.md#api-di-zhi)
{% endhint %}

<figure><img src="/files/09e7e6abdc259ae89a7cc7ad20bef2cba11eb584" alt=""><figcaption><p>Пример cURL в официальной документации</p></figcaption></figure>

***

### Получить помощь и отправить отзыв

Если у вас в процессе настройки или использования возникнут какие-либо вопросы, баги или предложения по улучшению функций, пожалуйста, обратитесь к [Отзывы и предложения](/docs/russian/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/russian/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.
