一键导入
deepseek-api-guide
当需要调用、配置或调优 DeepSeek 等大模型 API 参数(如 temperature、并发与限速)时使用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
当需要调用、配置或调优 DeepSeek 等大模型 API 参数(如 temperature、并发与限速)时使用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
当需要编写、理解、评审或排查多吉云云存储、S3/Boto3、临时密钥、文件管理 API、图片处理、CI 静态站部署、增量上传或上传性能问题时使用。
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
INVOKE THIS SKILL when building ANY Deep Agents application. Covers create_deep_agent(), harness architecture, SKILL.md format, and configuration options.
INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing.
INVOKE THIS SKILL when using subagents, task planning, or human approval in Deep Agents. Covers SubAgentMiddleware, TodoList for planning, and HITL interrupts.
INVOKE THIS SKILL at the START of any LangChain/LangGraph/Deep Agents project, before writing any agent code. Determines which framework layer is right for the task: LangChain, LangGraph, Deep Agents, or a combination. Must be consulted before other agent skills.
| name | deepseek-api-guide |
| description | 当需要调用、配置或调优 DeepSeek 等大模型 API 参数(如 temperature、并发与限速)时使用。 |
在以下场景使用:
temperature 参数默认为 1.0。
我们建议您根据如下表格,按使用场景设置 temperature。 场景 温度 代码生成/数学解题 0.0 数据抽取/分析 1.0 通用对话 1.3 翻译 1.3 创意类写作/诗歌创作 1.5
DeepSeek API 不限制用户并发量,我们会尽力保证您所有请求的服务质量。
但请注意,当我们的服务器承受高流量压力时,您的请求发出后,可能需要等待一段时间才能获取服务器的响应。在这段时间里,您的 HTTP 请求会保持连接,并持续收到如下格式的返回内容:
非流式请求:持续返回空行 流式请求:持续返回 SSE keep-alive 注释(: keep-alive) 这些内容不影响 OpenAI SDK 对响应的 JSON body 的解析。如果您在自己解析 HTTP 响应,请注意处理这些空行或注释。
如果 10 分钟后,请求仍未开始推理,服务器将关闭连接。