返回模型列表

DeepSeek: DeepSeek V3.1

deepseek/deepseek-chat-v3.1
Aug 21, 202532.8K 上下文7.2K 最大输出$0.15/M in · $0.75/M out推理

描述

DeepSeek-V3.1 是一款大型混合 reasoning 模型(671B 参数,37B 激活),通过 prompt templates 支持 thinking 和 non-thinking 两种模式。它在 DeepSeek-V3 基座上扩展了两阶段长上下文训练流程,最高支持 128K tokens,并采用 FP8 microscaling 实现高效推理。用户可通过 reasoning enabled 布尔值控制 reasoning 行为,详见文档。

该模型在 tool use、代码生成和 reasoning 效率上有所改进,在困难基准上可达到与 DeepSeek-R1 相当的性能,同时响应更快。它支持结构化 tool calling、code agents 和 search agents,适用于研究、编码和 agentic workflows。

它是 DeepSeek V3-0324 模型的继任版本,在多种任务上表现良好。

技术规格

供应商
deepseek
上下文长度
32.8K
最大输出
7.2K
模态类型
输入text
输出text

定价

类型价格 / 百万 Token
输入$0.15
输出$0.75

快速开始

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-chat-v3.1",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'