Files
2026-07-13 12:28:55 +08:00

12 lines
414 B
TOML

base_model = "google/gemini-2.5-flash"
# Auriko derives a Gemini thinking budget from effort; "off" disables thinking.
# Provider extension keys google/google_ai/googleai/gemini are aliases.
# https://docs.auriko.ai/guides/extensions-and-thinking
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 0.3
output = 2.5
cache_read = 0.03