17 lines
372 B
TOML
17 lines
372 B
TOML
base_model = "google/gemini-2.5-pro"
|
|
base_model_omit = ["structured_output"]
|
|
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }, { type = "budget_tokens" }]
|
|
|
|
[cost]
|
|
input = 1.25
|
|
output = 10
|
|
cache_read = 0.31
|
|
cache_write = 2.375
|
|
|
|
[[cost.tiers]]
|
|
tier = { type = "context", size = 200_000 }
|
|
input = 2.5
|
|
output = 15
|
|
cache_read = 0.25
|