18 lines
245 B
TOML
18 lines
245 B
TOML
base_model = "deepseek/deepseek-v4-flash"
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["high", "xhigh"]
|
|
|
|
[cost]
|
|
input = 0.16
|
|
output = 0.32
|
|
cache_read = 0.004
|
|
cache_write = 0.16
|
|
|
|
[limit]
|
|
output = 65_000
|