30 lines
612 B
TOML
30 lines
612 B
TOML
name = "DeepSeek V4 Flash Free"
|
|
description = "Fast DeepSeek model for efficient chat, coding help, and agent loops"
|
|
family = "deepseek-flash-free"
|
|
release_date = "2026-04-24"
|
|
last_updated = "2026-04-24"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]
|
|
temperature = true
|
|
knowledge = "2025-05"
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
cache_read = 0
|
|
|
|
[limit]
|
|
context = 200_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|