Files
2026-07-13 12:28:55 +08:00

20 lines
267 B
TOML

base_model = "google/gemini-2.5-flash-lite"
[[reasoning_options]]
type = "toggle"
[[reasoning_options]]
type = "budget_tokens"
min = 512
max = 24_576
[cost]
input = 0.1
output = 0.4
reasoning = 0.4
cache_read = 0.01
cache_write = 0.083333
[limit]
output = 65_535