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

# OneAPI

* ログインしてトークンページに入る

<figure><img src="https://3776196818-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2Fgit-blob-4efc19c459d1d6eff0cd828627d56bac4662f7a8%2Fimage%20(20).png?alt=media" alt=""><figcaption></figcaption></figure>

* 新しいトークンを作成する（default トークン↑をそのまま使ってもよい）

<figure><img src="https://3776196818-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2Fgit-blob-8f9da4239594f17807bff1c5cb62e8a817e338cf%2Fimage%20(19).png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

* トークンをコピー

<figure><img src="https://3776196818-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2Fgit-blob-ed0d9ce1b6642b8d9e23bb2aaee4e4db9369096e%2Fimage%20(23).png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

* CherryStudio のサービスプロバイダー設定を開き、プロバイダー一覧の一番下にある `追加`
* メモ名を入力し、プロバイダーは OpenAI を選択して、OK をクリックする
* 先ほどコピーした key を入力する
* API Key を取得するページに戻り、該当するブラウザのアドレスバーでルートアドレスをコピーする。例：

<figure><img src="https://3776196818-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2Fgit-blob-91a2b54ef14a03e7453c00305e938e84ce93684b%2Fimage%20(26).png?alt=media" 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/jp/pre-basic/providers/http:/IP:ポート) を入力すればよい。例：<http://127.0.0.1:3000>

* 厳密に区別する `http` と `https`、SSL を有効にしていない場合は https を入力しないでください
  {% endhint %}

* モデルを追加する（管理をクリックして自動取得するか、手動で入力する）。右上のスイッチをオンにすれば使用できます。

{% hint style="success" %}
OneAPI の他のテーマでは画面が多少異なる場合がありますが、追加方法は上記の操作手順と同じです。
{% endhint %}

***

### ヘルプの取得とフィードバックの送信

設定または使用中に不明点、バグ、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/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/jp/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.
