> 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/oneapi.md).

# OneAPI

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

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

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

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

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

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

* Откройте настройки провайдера в CherryStudio и нажмите на пункт в самом низу списка провайдеров `Добавить`
* Введите имя заметки, в поле провайдера выберите OpenAI и нажмите «ОК»
* Вставьте только что скопированный ключ
* Вернитесь на страницу, где получали 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.cherryai.com.cn/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.cherryai.com.cn/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.
