31 lines
673 B
TOML
31 lines
673 B
TOML
name = "DeepSeek V4 Flash"
|
|
description = "Fast DeepSeek V4 lane for economical reasoning, coding, and long-context work"
|
|
family = "deepseek-flash"
|
|
release_date = "2026-04-24"
|
|
last_updated = "2026-04-24"
|
|
attachment = false
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
knowledge = "2025-05"
|
|
open_weights = true
|
|
|
|
[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"
|
|
|
|
[[benchmarks]]
|
|
name = "SWE-Bench Verified"
|
|
score = 79
|
|
metric = "resolved"
|
|
source = "https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash"
|