DeepSeek - Into the Unknown Chat with DeepSeek AI – your intelligent assistant for coding, content creation, file reading, and more Upload documents, engage in long-context conversations, and
DeepSeek Platform Join DeepSeek API platform to access our AI models, developer resources and API documentation
接入 Claude Code | DeepSeek API Docs 使用 Claude Code 的 Web Search 功能 DeepSeek API 原生支持 Claude Code 中的 Web Search 功能。 在使用 Claude Code 的过程中,如果模型判断您的问题需要通过搜索功能才能满足,模型会调用 Web Search 工具,并通过 DeepSeek 提供的 API 进行搜索。
DeepSeek Open Platform Terms of Service DeepSeek may adjust the fees according to the business situation 6 2 The recharge methods, billing prices, consumption methods, and free quota for paid services are subject to the information displayed on our product pages and the platform website We may adjust the price or other paid services based on business circumstances
多轮对话 | DeepSeek API Docs 本指南将介绍如何使用 DeepSeek chat completions API 进行多轮对话。 多轮对话 本指南将介绍如何使用 DeepSeek chat completions API 进行多轮对话。 DeepSeek chat completions API 是一个“无状态” API,即服务端不记录用户请求的上下文,用户在每次请求时, 需将之前所有对话历史拼接好后,传递给对话 API。 下面的
Function Calling | DeepSeek API Docs Function Calling 让模型能够调用外部工具,来增强自身能力。 样例代码 这里以获取用户当前位置的天气信息为例,展示了使用 Function Calling 的完整 Python 代码。 Function Calling 的具体 API 格式请参考 对话补全 文档。