18 lines
249 B
TOML
18 lines
249 B
TOML
base_model = "google/gemini-2.5-pro"
|
|
|
|
[[reasoning_options]]
|
|
type = "budget_tokens"
|
|
min = 128
|
|
max = 32_768
|
|
|
|
[cost]
|
|
input = 1.25
|
|
output = 10.00
|
|
cache_read = 0.125
|
|
|
|
[[cost.tiers]]
|
|
tier = { size = 200_000 }
|
|
input = 2.50
|
|
output = 15.00
|
|
cache_read = 0.25
|