19 lines
284 B
TOML
19 lines
284 B
TOML
base_model = "google/gemini-3-flash-preview"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["minimal", "low", "medium", "high"]
|
|
|
|
[interleaved]
|
|
field = "reasoning_details"
|
|
|
|
[cost]
|
|
input = 0.5
|
|
output = 3
|
|
reasoning = 3
|
|
cache_read = 0.05
|
|
cache_write = 0.083333
|
|
|
|
[limit]
|
|
output = 65_535
|