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

# OneAPI

* Войдите и перейдите на страницу токена

<figure><img src="/files/41efbfe7addaec79f1e0e60bd13b3ae4cd7e7196" alt=""><figcaption></figcaption></figure>

* Создайте новый токен (можно также сразу использовать токен по умолчанию ↑)

<figure><img src="/files/1ce2398661b971f27e93ae6954b72ffa212c12f8" alt="" width="563"><figcaption></figcaption></figure>

* Скопируйте токен

<figure><img src="/files/3ef8dd8366d38da500271e65130a53ca26e1d9c5" alt="" width="563"><figcaption></figcaption></figure>

* Откройте настройки провайдера в CherryStudio и нажмите на нижний элемент списка провайдеров`Добавить`
* Введите имя примечания, в качестве провайдера выберите OpenAI и нажмите «ОК»

<figure><img src="/files/2cf77efad1c0804b1da5f3387b19ab219a2b83e8" alt="" width="291"><figcaption></figcaption></figure>

* Вставьте только что скопированный ключ
* Вернитесь на страницу получения API Key и скопируйте корневой адрес в адресной строке соответствующего браузера, например:

<figure><img src="/files/78212d8d89af8d8ce1171d2019d56bad4fb7bf74" alt="" width="563"><figcaption><p><strong>Достаточно скопировать только https://xxx.xxx.com, содержимое после «/» не нужно</strong></p></figcaption></figure>

{% hint style="info" %}

* Если адрес состоит из IP + порта, укажите [http://IP:порт](https://docs.cherry-ai.com/docs/russian/pre-basic/providers/http:/IP:порт), например: <http://127.0.0.1:3000>

* Строго различайте`http`и`https`Если SSL не включён, не указывайте https
  {% endhint %}

* Добавьте модель (нажмите «Управление» для автоматического получения или введите вручную), затем включите переключатель в правом верхнем углу, чтобы начать использовать.

{% hint style="success" %}
В других темах OneAPI интерфейс может отличаться, но способ добавления такой же, как описанный выше процесс.
{% endhint %}

***

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

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