DeepSeek V3.2

DeepSeek V3.2
DeepSeek · Text Generation
POST /v1/chat/completions

开源专家混合大语言模型,专为高效推理、编码和通用语言任务优化,适用于长格式提示。

This model is deprecated and will be retired on 2026-07-08. After that date, requests to this model will fail. Migrate to a successor model before then.

一眼看

场地价值
型号IDdeepseek-v3-2
车型发布日期2025-12-01
输入模态正文
输出模态正文
上下文窗口128K
重量精度-
最大输出令牌32,768
地区新加坡
特色理由
本土推断
支持的端点POST /v1/chat/completionsPOST /v1/responsesPOST /v1/messages
退役日期2026-07-08

定价

冲锋规格速率
输入每100万个提示词标记$0.57
输出每100万个生成代币$1.71
网页搜索每次通话$0.015

示例请求

$curl https://api.empiriolabs.ai/v1/chat/completions \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "deepseek-v3-2", "messages": [{"role":"user","content":"Hello"}]}'

参数

参数类型必修默认描述
temperature人数0.7采样温度·射程:0 – 2
top_p人数0.9核采样 ·射程:0 – 1
max_tokens人数4096最大输出令牌 ·距离:1 – 65536
enable_thinking布尔值确实如此在回答之前,先step-by-step理性思考。
thinking_budget人数32768为推理过程保留的最大令牌。到393216。·射程:1 – 393216
reasoning_effort枚举"medium"推理努力程度。没有人能让思考失效。低、中、高和最大设定了根据所选模型大小的有界思维预算。以类似OpenAI的 reasoning_effort 字段形式发送,转换为模型服务的enable_thinking和thinking_budget。·允许:nonelowmediumhighmax
enable_search布尔值错误支持实时网络搜索。只有当服务商报告搜索使用情况时才会计费。

注释

网络搜索呼叫每次计费$0.015 - - 只有在被调用时才计费。推理代币(CoT)作为输出代币计费。


Machine可读模式: GET https://api.empiriolabs.ai/v1/models/deepseek-v3-2