24 lines
509 B
TOML
24 lines
509 B
TOML
name = "DeepSeek: DeepSeek V4 Flash"
|
|
description = "Fast DeepSeek model for efficient chat, coding help, and agent loops"
|
|
release_date = "2026-04-24"
|
|
last_updated = "2026-05-01"
|
|
attachment = false
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "xhigh"] }]
|
|
reasoning = true
|
|
tool_call = true
|
|
temperature = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.14
|
|
output = 0.28
|
|
cache_read = 0.0028
|
|
|
|
[limit]
|
|
context = 1048576
|
|
output = 384000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|