15 lines
465 B
TOML
15 lines
465 B
TOML
base_model = "deepseek/deepseek-v4-flash"
|
|
|
|
# Also aliased as deepseek-chat and deepseek-reasoner; aliases are not modes.
|
|
# Effort controls a derived budget and "off" requests non-thinking output.
|
|
# 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.14
|
|
output = 0.28
|
|
cache_read = 0.0028
|