Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions models/deepseek/deepseek-v4-flash-0731.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name = "DeepSeek V4 Flash 0731"
description = "Official DeepSeek V4 Flash release with enhanced agentic capabilities and integrated DSpark speculative decoding"
family = "deepseek-flash"
release_date = "2026-07-31"
last_updated = "2026-07-31"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
knowledge = "2025-05"
open_weights = true
license = "MIT"

[limit]
context = 1_000_000
output = 384_000

[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731"

[[benchmarks]]
name = "Terminal-Bench"
score = 82.7
metric = "pass@1"
variant = "max"
version = "2.1"
source = "https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731"
2 changes: 1 addition & 1 deletion packages/core/src/sync/providers/empiriolabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const API_ENDPOINT = "https://api.empiriolabs.ai/v1/models";

const CANONICAL_BASE_MODELS: Record<string, string> = {
"fugu-ultra": "sakana/fugu-ultra",
"deepseek-v4-flash-0731": "deepseek/deepseek-v4-flash",
"deepseek-v4-flash-0731": "deepseek/deepseek-v4-flash-0731",
"gemma-4-26b-a4b": "google/gemma-4-26b-a4b-it",
"gemma-4-e4b": "google/gemma-4-E4B-it",
"mistral-medium-3": "mistral/mistral-medium-2505",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# low | medium | high | xhigh; no toggle or budget field is documented.
# https://docs.baseten.co/inference/model-apis/overview (accessed 2026-08-01)

base_model = "deepseek/deepseek-v4-flash"
name = "DeepSeek V4 Flash 0731"
base_model = "deepseek/deepseek-v4-flash-0731"

[interleaved]
field = "reasoning_content"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
base_model = "deepseek/deepseek-v4-flash-0731"
name = "DeepSeek V4 Flash 0731 TEE"
description = "Fast DeepSeek model for efficient chat, coding help, and agent loops"
family = "deepseek"
release_date = "2026-08-02"
last_updated = "2026-08-02"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true
reasoning_options = []

[cost]
Expand All @@ -19,7 +11,3 @@ cache_read = 0.07
[limit]
context = 1_048_576
output = 131_072

[modalities]
input = ["text"]
output = ["text"]
20 changes: 1 addition & 19 deletions providers/deepseek/models/deepseek-v4-flash.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
# Reasoning tokens are billed at the output rate (no separate CoT price).
# `completion_tokens_details.reasoning_tokens` is a subset of completion_tokens.
# https://api-docs.deepseek.com/quick_start/pricing/ (accessed 2026-07-31)
base_model = "deepseek/deepseek-v4-flash-0731"
name = "DeepSeek V4 Flash"
description = "Fast DeepSeek V4 lane for economical reasoning, coding, and long-context work"
# OpenAI: `thinking.type = enabled|disabled`, `reasoning_effort = high|max`.
# Anthropic: `thinking.type`, `output_config.effort = high|max`; budget ignored.
# https://api-docs.deepseek.com/api/create-chat-completion (accessed 2026-06-25)
family = "deepseek-flash"
release_date = "2026-04-24"
last_updated = "2026-04-24"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-05"
tool_call = true
structured_output = true
open_weights = true

[[reasoning_options]]
type = "toggle"
Expand All @@ -32,11 +22,3 @@ input = 0.14
output = 0.28
reasoning = 0.28
cache_read = 0.0028

[limit]
context = 1_000_000
output = 384_000

[modalities]
input = ["text"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
base_model = "deepseek/deepseek-v4-flash"
name = "DeepSeek V4 Flash 0731"
description = "DeepSeek-V4-Flash-0731 is the official release of DeepSeek-V4-Flash, superseding the preview version, with substantially enhanced agentic capabilities. It has the same model structure as DeepSeek-V4-Flash-DSpark, i.e. it comes with a speculative decoding module attached."
release_date = "2026-07-31"
last_updated = "2026-07-31"
base_model = "deepseek/deepseek-v4-flash-0731"

[[reasoning_options]]
type = "toggle"
Expand Down
4 changes: 2 additions & 2 deletions providers/opencode-go/models/deepseek-v4-flash.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
base_model = "deepseek/deepseek-v4-flash"
base_model = "deepseek/deepseek-v4-flash-0731"
name = "DeepSeek V4 Flash (New)"

[[reasoning_options]]
Expand All @@ -11,4 +11,4 @@ field = "reasoning_content"
[cost]
input = 0.14
output = 0.28
cache_read = 0.0028
cache_read = 0.0028
4 changes: 2 additions & 2 deletions providers/opencode/models/deepseek-v4-flash-free.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
base_model = "deepseek/deepseek-v4-flash"
base_model = "deepseek/deepseek-v4-flash-0731"
name = "DeepSeek V4 Flash Free (New)"

[[reasoning_options]]
Expand All @@ -15,4 +15,4 @@ cache_read = 0

[limit]
context = 200_000
output = 128_000
output = 128_000
2 changes: 1 addition & 1 deletion providers/opencode/models/deepseek-v4-flash.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
base_model = "deepseek/deepseek-v4-flash"
base_model = "deepseek/deepseek-v4-flash-0731"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]

[interleaved]
Expand Down
12 changes: 1 addition & 11 deletions providers/openrouter/models/deepseek/deepseek-v4-flash-0731.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
name = "DeepSeek V4 Flash 0731"
description = "Fast DeepSeek model for efficient chat, coding help, and agent loops"
family = "deepseek"
release_date = "2026-07-31"
last_updated = "2026-07-31"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true
base_model = "deepseek/deepseek-v4-flash-0731"

[[reasoning_options]]
type = "effort"
Expand Down
15 changes: 1 addition & 14 deletions providers/venice/models/deepseek-v4-flash-0731.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
name = "DeepSeek V4 Flash 0731"
description = "Fast DeepSeek model for efficient chat, coding help, and agent loops"
family = "deepseek"
release_date = "2026-07-31"
base_model = "deepseek/deepseek-v4-flash-0731"
last_updated = "2026-08-01"
attachment = false
reasoning = true
tool_call = true
structured_output = true
open_weights = false
reasoning_options = []

[cost]
Expand All @@ -16,9 +8,4 @@ output = 0.35
cache_read = 0.035

[limit]
context = 1_000_000
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
18 changes: 1 addition & 17 deletions providers/vercel/models/deepseek/deepseek-v4-flash-0731.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
name = "DeepSeek V4 Flash 0731"
description = "Fast DeepSeek model for efficient chat, coding help, and agent loops"
family = "deepseek"
release_date = "2026-04-23"
last_updated = "2026-04-23"
attachment = false
reasoning = true
tool_call = true
open_weights = false
base_model = "deepseek/deepseek-v4-flash-0731"
reasoning_options = []

[cost]
input = 0.13
output = 0.26
cache_read = 0.028

[limit]
context = 1_000_000
output = 384_000

[modalities]
input = ["text"]
output = ["text"]
Loading