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

# NewAPI

* ログインしてトークンページを開く
* トークンを追加をクリック

<figure><img src="/files/a0ee08f99793e4efce198ee9af8cad3fc20d9ddc" alt=""><figcaption></figcaption></figure>

* トークン名を入力してから送信をクリック（必要に応じて他の設定は各自で構成してください）

<figure><img src="/files/29d7a6203db90540759fa4348345f56c19947a80" alt="" width="240"><figcaption></figcaption></figure>

* CherryStudioのプロバイダー設定を開き、プロバイダー一覧の一番下の`追加`
* メモ名を入力し、プロバイダーはOpenAIを選択して、OKをクリック

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

* 先ほどコピーしたキーを入力する
* API Keyを取得したページに戻り、該当するブラウザのアドレスバーからルートアドレスをコピーします。例：

<figure><img src="/files/e8df7831f9b0dafff39c98d3417e5c99f7c589a8" alt=""><figcaption><p><strong>https://xxx.xxx.com だけをコピーすればよく、「/」およびその後の内容は不要です</strong></p></figcaption></figure>

{% hint style="info" %}

* アドレスがIP+ポートの場合は [http://IP:ポート](https://docs.cherry-ai.com/docs/jp/pre-basic/providers/http:/IP:ポート) と入力すればよいです。例：<http://127.0.0.1:3000>

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

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

***

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

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/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:

```
GET https://docs.cherry-ai.com/docs/jp/pre-basic/providers/newapi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
