18 lines
243 B
TOML
18 lines
243 B
TOML
base_model = "deepseek/deepseek-v4-pro"
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["high", "xhigh"]
|
|
|
|
[cost]
|
|
input = 0.47
|
|
output = 0.94
|
|
cache_read = 0.005
|
|
cache_write = 0.47
|
|
|
|
[limit]
|
|
output = 65_000
|