anomalyco--models.dev
22 行
327 B
TOML
22 行
327 B
TOML
base_model = "deepseek/deepseek-v4-flash"
|
|
last_updated = "2026-06-12"
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["none", "low", "medium", "high", "max"]
|
|
|
|
[[reasoning_options]]
|
|
type = "budget_tokens"
|
|
min = 1
|
|
max = 393_216
|
|
|
|
[cost]
|
|
input = 0.14
|
|
output = 0.28
|
|
|
|
[limit]
|
|
output = 393_216
|