> 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/zhong-wen-fan-ti/pre-basic/providers/oneapi.md).

# OneAPI

* 登入並進入令牌頁面

<figure><img src="/files/186ea2c5e6e5ccd16d9d5d762284ee7db672ec66" alt=""><figcaption></figcaption></figure>

* 建立新令牌（亦都可以直接使用 default 令牌↑）

<figure><img src="/files/36015cbaf88c5ea2b9114245f8430d2833cbd1a6" alt="" width="563"><figcaption></figcaption></figure>

* 複製令牌

<figure><img src="/files/8a9fd18667772e331f748ec2cfd7c4c2d4808363" alt="" width="563"><figcaption></figcaption></figure>

* 打開 CherryStudio 嘅服務商設定，撳服務商列表最下方嘅`添加`
* 輸入備註名稱，提供商揀 OpenAI，撳確定

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

* 填入啱啱複製嘅 key
* 返去攞 API Key 嘅頁面，喺對應瀏覽器地址欄複製根地址，例如：

<figure><img src="/files/cbe0cc5b395198ce39d7bc56eb753101755deec4" 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/zhong-wen-fan-ti/pre-basic/providers/http:/IP:端口) 就得，例如：<http://127.0.0.1:3000>

* 要嚴格區分`http`同`https`，如果冇開啟 SSL 就唔好填 https
  {% endhint %}

* 新增模型（撳管理自動攞取或手動輸入）打開右上角開關就可以用。

{% hint style="success" %}
OneAPI其他主題可能介面會有唔同，但新增方法同上面嘅操作流程一致。
{% endhint %}

***

### 💡 獲取幫助同提交反饋

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/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/zhong-wen-fan-ti/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.
