> 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

* Войти [Volcengine](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) в нём найдите соответствующий нужной модели ID модели.

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

* Откройте в Cherry Studio [Сервисы моделей](/docs/russian/pre-basic/settings/providers.md) В настройках найдите Volcengine
* Нажмите «Добавить» и скопируйте ранее полученный 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/settings/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.
