10 lines
248 B
TOML
10 lines
248 B
TOML
base_model = "google/gemini-2.5-flash-lite"
|
|
base_model_omit = ["structured_output"]
|
|
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 512, max = 24_576 }]
|
|
|
|
[cost]
|
|
input = 0.1
|
|
output = 0.4
|
|
cache_read = 0.01
|
|
input_audio = 0.3
|