18 lines
486 B
TOML
18 lines
486 B
TOML
base_model = "google/gemini-3.1-pro-preview"
|
|
|
|
# Gemini 3.x maps only low/medium/high to thinking levels; xhigh/max normalize
|
|
# to high. Provider extension keys google/google_ai/googleai/gemini are aliases.
|
|
# https://docs.auriko.ai/guides/extensions-and-thinking
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 2
|
|
output = 12
|
|
cache_read = 0.2
|
|
|
|
[[cost.tiers]]
|
|
tier = { type = "context", size = 200_000 }
|
|
input = 4
|
|
output = 18
|
|
cache_read = 0.4
|