8 lines
230 B
TOML
8 lines
230 B
TOML
base_model = "google/gemini-2.5-flash"
|
|
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }, { type = "budget_tokens", min = 1, max = 24_576 }]
|
|
|
|
[cost]
|
|
input = 0.3
|
|
output = 2.5
|
|
cache_read = 0.03
|