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

# DeepSeek

DeepSeek は国内の主要な大規模モデル提供元の一つで、V3 / R1 シリーズはプログラミングと推論タスクで高い評価を得ており、価格も手頃です。

## API Key を取得

* へ移動 [DeepSeek プラットフォーム](https://platform.deepseek.com/) アカウント登録
* `API キー` → `API Key を作成`、コピー `sk-...` キー
* 任意の金額をチャージすると（最低 ¥1 から有効化可能）

## Cherry Studio で設定

* 有効にすると `設定 → モデルサービス`、を見つける **deepseek** Provider に入って詳細ページへ
* **API キー** 入力する `sk-...`
* **API アドレス** デフォルトで `https://api.deepseek.com`変更不要
* をクリック **モデル一覧を取得**

## 推奨の使い方

| モデル                 | 適したシーン                                |
| ------------------- | ------------------------------------- |
| `deepseek-chat`     | 汎用対話、コスパが非常に高い                        |
| `deepseek-reasoner` | 数学、コード、複雑な推論。出力には `<thinking>` 思考ブロック |

## ネイティブのネット接続

DeepSeek でネット接続機能に対応しているモデルは、提供元のネイティブ検索をそのまま使用できます。モデル選択時は名前の横に 🌐 アイコンがあるか確認してください。対応範囲は提供元の更新により変わる場合があるため、モデル名だけで判断することはおすすめしません。

会話で 🌐 を有効にした後、【設定】→【ネット検索】の【設定済みの検索サービスを優先使用】がオンのままだと、Cherry Studio は設定済みの検索サービスを優先して使用します。このオプションをオフにして初めて、モデルのネイティブネット接続が優先されます。詳しくは ネット接続モード を参照してください。

## グローバルメモリとの組み合わせ

DeepSeek 自体には埋め込みモデルがありません。ナレッジベースを使う場合は：

* 埋め込みモデルは他の Provider のものを使うのがおすすめです（例： [シリコンフロー](/docs/jp/pre-basic/providers/siliconcloud.md) の `bge-m3` または [OpenAI](/docs/jp/pre-basic/providers/openai.md) の `text-embedding-3-small`）
* 会話モデルは引き続き DeepSeek を使用できます

{% hint style="info" %}

* DeepSeek の料金は token 課金で、キャッシュ命中で大幅に安くなります（公式ドキュメント参照）
* `deepseek-reasoner` の思考内容はデフォルトで会話内に表示されます。 [会話設定](/docs/jp/cherry-studio/preview/chat.md#dui-hua-she-zhi) で「思考内容の自動折りたたみ」に切り替え可能です
  {% 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/deepseek.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.
