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

# モデルサービス

Cherry Studio には60社以上のProvider（モデルサービス提供者）向け接続テンプレートが内蔵されており、国内外の主要モデルやローカル推論フレームワークの大半をカバーしています。本節では各Providerごとの個別設定ガイドを提供します。

### Providerの種類

Cherry Studio はProviderをプロトコルごとに以下の種類に分けており、動作に若干の違いがあります：

| 種類               | 互換プロトコル                   | 代表例                                                        |
| ---------------- | ------------------------- | ---------------------------------------------------------- |
| **OpenAI 互換**    | `/v1/chat/completions`    | OpenAI、DeepSeek、シリコンフロー、OpenRouter、ほとんどのサードパーティゲートウェイ      |
| **Anthropic互換**  | `/v1/messages`            | Anthropic、CherryIN、一部のゲートウェイ。**Cherry Agent はこの種類を必要とします** |
| **Gemini**       | Google AI Studio / Vertex | Google Gemini、Vertex AI                                    |
| **Bedrock**      | AWS Bedrock SDK           | AWS Bedrock                                                |
| **Azure OpenAI** | Azure OpenAI Service      | Azure OpenAI                                               |
| **ローカル推論**       | ローカルHTTPサービス              | Ollama、LM Studio、GPUStack、OpenVINO Model Server            |
| **特別なゲートウェイ**    | ベンダー独自プロトコル               | NewAPI、OneAPI、AiHubMix、DMXAPI など                           |

### Providerを追加する一般的な手順

1. 開く `設定 → モデルサービス`
2. 組み込みProviderリストで対象のProviderを見つけ、クリックして詳細ページを開く
3. 入力する **API キー**（必須）、必要に応じて変更 **API アドレス**（デフォルトはProvider公式アドレスです）
4. クリック **モデル一覧を取得**、必要に応じて普段使うチャット/埋め込み/画像認識モデルを追加
5. （任意）クリック **検証**、いずれかのチャットモデルで接続成功を確認

### Provider設定の詳細

#### 汎用/ゲートウェイ系

* [CherryAI（無料）](/docs/jp/pre-basic/providers/cherryai.md)
* [CherryIN](/docs/jp/pre-basic/providers/cherryin-1.md) — 2つのエンドポイント（OpenAI + Anthropic）、Cherry Agent 推奨
* [NewAPI](/docs/jp/pre-basic/providers/newapi.md) / [OneAPI](/docs/jp/pre-basic/providers/oneapi.md) — 自前構築/サードパーティゲートウェイ

#### 海外ベンダー

* [OpenAI](/docs/jp/pre-basic/providers/openai.md)
* [Google Gemini](/docs/jp/pre-basic/providers/google-gemini.md)
* [Vertex AI](/docs/jp/pre-basic/providers/vertex-ai.md)
* [GitHub Copilot](/docs/jp/pre-basic/providers/github-copilot.md)
* [MiniMax Coding Plan](/docs/jp/pre-basic/providers/minimax-coding-plan.md)

#### 国内ベンダー

* [Alibaba Cloud百錬](/docs/jp/pre-basic/providers/a-li-yun-bai-lian.md)
* [シリコンフロー](/docs/jp/pre-basic/providers/siliconcloud.md)
* [火山エンジン（豆包）](/docs/jp/pre-basic/providers/doubao.md)
* [Huawei Cloud](/docs/jp/pre-basic/providers/huawei.md)
* [無問芯穹](/docs/jp/pre-basic/providers/wu-wen-xin-qiong.md)
* [PPIO パイオクラウド](/docs/jp/pre-basic/providers/ppio.md)
* [ModelScope（魔搭）](/docs/jp/pre-basic/providers/modelscope.md)

#### ローカル推論

* [Ollama](/docs/jp/pre-basic/providers/ollama.md)

#### カスタムサービス提供者

* [カスタムサービス提供者](/docs/jp/pre-basic/providers/zi-ding-yi-fu-wu-shang.md) — 任意のOpenAI / Anthropic / Gemini互換エンドポイント

{% hint style="info" %}
**使っているProviderが見つからない場合は？**

Cherry Studio には60以上のProviderテンプレートが内蔵されていますが、**この節のドキュメントで収録している数より**はるかに多くあります。Anthropic（Claude）、Azure OpenAI、DeepSeek公式、Grok、Groq、LM Studio、OpenRouter、Mistral、Perplexity、Together などを使っている場合は、**それらはすべてProviderリストにあります**。そのままキーを追加すればOKです。本節のドキュメントでは、これらのProviderの個別ページを順次追加していきます。
{% endhint %}

### APIキーとAPIアドレス

詳細は [モデルサービス設定](/docs/jp/pre-basic/settings/providers.md)（複数キーのローテーション、`#` 末尾固定パスなどの高度な使い方を含む）。

***

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

設定や使用の過程で疑問、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, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/jp/pre-basic/providers.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.
