14 lines
389 B
TOML
14 lines
389 B
TOML
base_model = "deepseek/deepseek-v4-pro"
|
|
|
|
# Auriko derives a provider thinking budget from effort; "off" disables it.
|
|
# https://docs.auriko.ai/guides/extensions-and-thinking
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.435
|
|
output = 0.87
|
|
cache_read = 0.003625
|