深度求索: DeepSeek V4 Flash 0731

deepseek/deepseek-v4-flash-0731

DeepSeek-V4-Flash-0731 是 DeepSeek-V4-Flash 的官方正式版本,取代了预览版,并大幅增强了智能体(agentic)能力。其模型结构与 DeepSeek-V4-Flash-DSpark 相同,即附带了一个推测解码(speculative decoding)模块。

立即体验
输入类型
输出类型
上下文长度
1M
发布时间
2026/07/31
5 家服务商
服务商上下文最大输出价格区间输入(M/Tokens)输出(M/Tokens)缓存(M/Tokens)延迟吞吐稳定性
topenrouter-cn
1M
¥0.9
¥2.7
¥0.05
9.3 s129.46tps样本不足
bailian-cn-beijing
1M384K
¥1
¥2
¥0.2
1.5 s98.24tps样本不足
qianfan-cn
1M
¥1.5
¥4.5
¥0.15
1.3 s910tps样本不足
wanqing-cn
1M
¥2.1
¥6.3
¥0.07
18.9 s82.98tps样本不足
fangzhou-cn
¥2.85
¥8.55
¥0.1
1.4 s137tps样本不足

稳定性

通过智能路由聚合多家服务商,保障调用稳定

性能

各服务商渠道监控数据对比

快速开始

查看 API 文档
curl https://api.tokplus.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $TOKGEN_API_KEY" \
  -d '{
    "model": "deepseek/deepseek-v4-flash-0731",
    "messages": [
      {"role": "user", "content": "你好,介绍一下你自己"}
    ],
    "stream": true
  }'