> 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、SiliconFlow、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) — デュアルエンドポイント（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)
* [Mistral](/docs/jp/pre-basic/providers/mistral.md)
* [Perplexity](/docs/jp/pre-basic/providers/perplexity.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)
* [智譜 ZhiPu](/docs/jp/pre-basic/providers/zhipu.md)
* [SiliconFlow](/docs/jp/pre-basic/providers/siliconcloud.md)
* [火山引擎（豆包）](/docs/jp/pre-basic/providers/doubao.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一覧にあります**、APIキーを追加するだけです。本節の文書では、これらのProviderの個別ページを順次補完していきます。
{% endhint %}

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

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

***

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

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