14 lines
268 B
TOML
14 lines
268 B
TOML
base_model = "google/gemini-2.5-pro"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 2.5
|
|
output = 15
|
|
cache_read = 0.125
|
|
|
|
[[cost.tiers]]
|
|
tier = { type = "context", size = 200_000 }
|
|
input = 2.5
|
|
output = 15
|
|
cache_read = 0.25
|