13 lines
221 B
TOML
13 lines
221 B
TOML
base_model = "google/gemini-3.1-flash-lite"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["minimal", "low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 0.25
|
|
output = 1.5
|
|
reasoning = 1.5
|
|
cache_read = 0.025
|
|
cache_write = 0.083333
|