DeepSeek 聯同北京大學喺 2026 年 6 月 27 日開源 DSpark,係一個推測解碼框架,唔係新模型,而係幫現有模型加速嘅附加模組。 喺真實用戶流量下,DSpark 將 V4 Flash 嘅單用戶生成速度提升 60% 至 85%,V4 Pro 則提升 57% 至 78%。
研究答案

Create a landscape editorial hero image for this Studio Global article: Search & fact-check with cited sources for What are the key details of DeepSeek's open-source DSpark speculative decoding framework released. Article summary: Here are the key details, fully sourced:. Topic tags: general, academic, general web, user generated. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text, watermarks, charts with fake numbers, clickbait thumbnails, icons, and tiny thumbnail layouts. Make it useful as an illustrative visual, not as factual evidence.
2026 年 6 月 27 日,DeepSeek 聯同北京大學正式開源 DSpark——一個專為大型語言模型(LLM)推理加速而設嘅推測解碼框架。同一時間,佢哋仲開埋成個訓練同評估框架 DeepSpec,以及已整合 DSpark 嘅 DeepSeek-V4-Flash 同 V4-Pro 模型 checkpoint 。篇論文《DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation》仲有 CEO 梁文鋒嘅署名 。
首先,DSpark 唔係一個全新嘅基礎模型,而係一個可以「加落」現有模型嘅推測解碼模組 。佢嘅核心概念好簡單:用一個輕量級嘅「草稿模型」(semi-autoregressive draft model)快速生成候選 token,然後由主模型一次過驗證呢批 token——唔再係逐個 token「擠牙膏」咁生成。呢種技術叫 推測解碼(speculative decoding),最早由 Google Research 喺 2023 年提出,之後仲有 SpecInfer、Medusa、EAGLE 等框架 。
DSpark 嘅創新之處係加入咗 置信度調度推測解碼(confidence-scheduled speculative decoding):系統會根據置信度動態決定要推測幾多個 token,減少無謂嘅驗證運算 。佢已經取代咗 DeepSeek-V4 之前用嘅 MTP-1(Multi-Token Prediction)方案 。
DSpark 已經部署喺 DeepSeek-V4-Flash preview 同 V4-Pro preview 嘅生產系統,處理緊真實用戶嘅流量 。喺相同總系統吞吐量下,相比舊有嘅 MTP-1 基線,DSpark 嘅單用戶生成速度提升如下:
| 模型 | 單用戶生成速度提升 |
|---|---|
| DeepSeek-V4-Flash | 快 60% 至 85% |
| DeepSeek-V4-Pro | 快 57% 至 78% |
呢啲數字係嚟自 真實用戶流量,唔係實驗室 benchmark 。喺嚴格嘅延遲限制下,DSpark 仲可以避免之前方案嘅吞吐量大幅下跌,推高成個系統嘅 Pareto 最優邊界 。喺一個測試中,V4-Flash 要達到 120 tokens/second/user 嘅目標時,MTP-1 已經接近極限,而 DSpark 嘅名義吞吐優勢高達 661% 。
DSpark 係設計成 模型無關 嘅。論文顯示,喺非 DeepSeek 架構上都有效果:
除咗 DSpark,DeepSeek 仲開源咗 DeepSpec,一個完整嘅推測解碼訓練同評估框架。佢包含 Eagle3、DFlash 同 DSpark 嘅實作,開發者同研究人員可以:
論文、代碼同模型權重都放喺 GitHub 同 Hugging Face 嘅 deepseek-ai/DeepSpec 儲存庫 。
2026 年 6 月 29 日,DeepSeek 宣布 DeepSeek V4 正式版 計劃喺 7 月中 上線 。同時會引入 峰谷(time-of-day)API 定價機制 :
至於 V4-Flash,peak 定價都係 double:cache hit 由 0.02 RMB 變 0.04 RMB,cache miss 由 1 RMB 變 2 RMB,輸出由 2 RMB 變 4 RMB 。DeepSeek 話呢個改動係為咗「更合理地配置資源,提升服務穩定性」。用戶會喺收費變更前 24 小時收到電郵通知 。
呢個定價轉變,加上 DSpark 嘅速度提升,顯示 DeepSeek 喺完成約 500 億元人民幣融資後,正喺商業化同繼續積極開源之間搵平衡 。
Studio Global AI
此頁麵包含一個有來源支援的答案,您可以在 Studio Global 內繼續。
DeepSeek 聯同北京大學喺 2026 年 6 月 27 日開源 DSpark,係一個推測解碼框架,唔係新模型,而係幫現有模型加速嘅附加模組。
DeepSeek 聯同北京大學喺 2026 年 6 月 27 日開源 DSpark,係一個推測解碼框架,唔係新模型,而係幫現有模型加速嘅附加模組。 喺真實用戶流量下,DSpark 將 V4 Flash 嘅單用戶生成速度提升 60% 至 85%,V4 Pro 則提升 57% 至 78%。
DSpark 仲係模型無關嘅框架,喺 Qwen3 同 Gemma4 系列模型上都有效果,平均接受長度比 Eagle3 高 26.7 30.9%。