> 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 Platform](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自身には埋め込みモデルがありません。もし使うなら [グローバルメモリ](/docs/jp/advanced-basic/memory.md) またはナレッジベース：

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