29 lines
589 B
TOML
29 lines
589 B
TOML
name = "DeepSeek V4 Pro"
|
|
description = "Flagship DeepSeek model for coding, reasoning, and agentic work"
|
|
family = "deepseek-thinking"
|
|
release_date = "2026-04-24"
|
|
last_updated = "2026-04-24"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh"] }]
|
|
temperature = true
|
|
knowledge = "2025-05"
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 1.74
|
|
output = 3.48
|
|
|
|
[limit]
|
|
context = 1_048_576
|
|
output = 393_216
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|